![]() |
LibDriver AD7705
|
ad7705 extern driver modules More...
Functions | |
| uint8_t | ad7705_set_reg (ad7705_handle_t *handle, uint8_t addr, uint8_t *buf, uint16_t len) |
| set the chip register | |
| uint8_t | ad7705_get_reg (ad7705_handle_t *handle, uint8_t addr, uint8_t *buf, uint16_t len) |
| get the chip register | |
ad7705 extern driver modules
| uint8_t ad7705_get_reg | ( | ad7705_handle_t * | handle, |
| uint8_t | addr, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) |
get the chip register
| [in] | *handle | pointer to an ad7705 handle structure |
| [in] | addr | address |
| [out] | *buf | pointer to a data buffer |
| [in] | len | buffer length |
Definition at line 1617 of file driver_ad7705.c.
| uint8_t ad7705_set_reg | ( | ad7705_handle_t * | handle, |
| uint8_t | addr, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) |
set the chip register
| [in] | *handle | pointer to an ad7705 handle structure |
| [in] | addr | address |
| [in] | *buf | pointer to a data buffer |
| [in] | len | buffer length |
Definition at line 1585 of file driver_ad7705.c.