![]() |
LibDriver MAX44009
|
max44009 extern driver modules More...
Functions | |
| uint8_t | max44009_set_reg (max44009_handle_t *handle, uint8_t reg, uint8_t *buf, uint16_t len) |
| set the chip register | |
| uint8_t | max44009_get_reg (max44009_handle_t *handle, uint8_t reg, uint8_t *buf, uint16_t len) |
| get the chip register | |
max44009 extern driver modules
| uint8_t max44009_get_reg | ( | max44009_handle_t * | handle, |
| uint8_t | reg, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) |
get the chip register
| [in] | *handle | pointer to a max44009 handle structure |
| [in] | reg | iic register address |
| [out] | *buf | pointer to a data buffer |
| [in] | len | length of data |
Definition at line 1157 of file driver_max44009.c.
| uint8_t max44009_set_reg | ( | max44009_handle_t * | handle, |
| uint8_t | reg, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) |
set the chip register
| [in] | *handle | pointer to a max44009 handle structure |
| [in] | reg | iic register address |
| [in] | *buf | pointer to a data buffer |
| [in] | len | length of data |
Definition at line 1123 of file driver_max44009.c.