![]() |
LibDriver ISD17XX
|
isd17xx extend driver modules More...
Functions | |
| uint8_t | isd17xx_set_reg (isd17xx_handle_t *handle, uint8_t cmd, uint8_t *buf, uint16_t len) |
| set the chip register | |
| uint8_t | isd17xx_get_reg (isd17xx_handle_t *handle, uint8_t cmd, uint8_t *buf, uint16_t len) |
| get the chip register | |
isd17xx extend driver modules
| uint8_t isd17xx_get_reg | ( | isd17xx_handle_t * | handle, |
| uint8_t | cmd, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) |
get the chip register
| [in] | *handle | pointer to an isd17xx handle structure |
| [in] | cmd | command |
| [out] | *buf | pointer to a data buffer |
| [in] | len | data buffer length |
Definition at line 2770 of file driver_isd17xx.c.
| uint8_t isd17xx_set_reg | ( | isd17xx_handle_t * | handle, |
| uint8_t | cmd, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) |
set the chip register
| [in] | *handle | pointer to an isd17xx handle structure |
| [in] | cmd | command |
| [in] | *buf | pointer to a data buffer |
| [in] | len | data buffer length |
Definition at line 2743 of file driver_isd17xx.c.