![]() |
LibDriver AMG8833
|
amg8833 extern driver modules More...
Functions | |
| uint8_t | amg8833_set_reg (amg8833_handle_t *handle, uint8_t reg, uint8_t *buf, uint16_t len) |
| set the chip register | |
| uint8_t | amg8833_get_reg (amg8833_handle_t *handle, uint8_t reg, uint8_t *buf, uint16_t len) |
| get the chip register | |
amg8833 extern driver modules
| uint8_t amg8833_get_reg | ( | amg8833_handle_t * | handle, |
| uint8_t | reg, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) |
get the chip register
| [in] | *handle | pointer to an amg8833 handle structure |
| [in] | reg | register address |
| [out] | *buf | pointer to a data buffer |
| [in] | len | data buffer length |
Definition at line 1470 of file driver_amg8833.c.
| uint8_t amg8833_set_reg | ( | amg8833_handle_t * | handle, |
| uint8_t | reg, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) |
set the chip register
| [in] | *handle | pointer to an amg8833 handle structure |
| [in] | reg | register address |
| [in] | *buf | pointer to a data buffer |
| [in] | len | data buffer length |
Definition at line 1443 of file driver_amg8833.c.