![]() |
LibDriver TEA5767
|
tea5767 extern driver modules More...
Functions | |
| uint8_t | tea5767_set_reg (tea5767_handle_t *handle, uint8_t *buf, uint16_t len) |
| set the chip register | |
| uint8_t | tea5767_get_reg (tea5767_handle_t *handle, uint8_t *buf, uint16_t len) |
| get the chip register | |
tea5767 extern driver modules
| uint8_t tea5767_get_reg | ( | tea5767_handle_t * | handle, |
| uint8_t * | buf, | ||
| uint16_t | len ) |
get the chip register
| [in] | *handle | pointer to a tea5767 handle structure |
| [out] | *buf | pointer to a data buffer. |
| [in] | len | data buffer length |
Definition at line 1642 of file driver_tea5767.c.
| uint8_t tea5767_set_reg | ( | tea5767_handle_t * | handle, |
| uint8_t * | buf, | ||
| uint16_t | len ) |
set the chip register
| [in] | *handle | pointer to a tea5767 handle structure |
| [in] | *buf | pointer to a data buffer. |
| [in] | len | data buffer length |
Definition at line 1616 of file driver_tea5767.c.