![]() |
LibDriver HTU31D
|
htu31d extend driver modules More...
Functions | |
| uint8_t | htu31d_set_reg (htu31d_handle_t *handle, uint8_t reg, uint8_t *buf, uint16_t len) |
| set the chip register | |
| uint8_t | htu31d_get_reg (htu31d_handle_t *handle, uint8_t reg, uint8_t *buf, uint16_t len) |
| get the chip register | |
htu31d extend driver modules
| uint8_t htu31d_get_reg | ( | htu31d_handle_t * | handle, |
| uint8_t | reg, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) |
get the chip register
| [in] | *handle | pointer to an htu31d handle structure |
| [in] | reg | register address |
| [out] | *buf | pointer to data buffer |
| [in] | len | data length |
Definition at line 878 of file driver_htu31d.c.
| uint8_t htu31d_set_reg | ( | htu31d_handle_t * | handle, |
| uint8_t | reg, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) |
set the chip register
| [in] | *handle | pointer to an htu31d handle structure |
| [in] | reg | register address |
| [in] | *buf | pointer to a data buffer |
| [in] | len | data length |
Definition at line 851 of file driver_htu31d.c.