![]() |
LibDriver HTU21D
|
htu21d extend driver modules More...
Functions | |
| uint8_t | htu21d_set_reg (htu21d_handle_t *handle, uint8_t *buf, uint16_t len) |
| set the chip register | |
| uint8_t | htu21d_get_reg (htu21d_handle_t *handle, uint8_t *buf, uint16_t len) |
| get the chip register | |
htu21d extend driver modules
| uint8_t htu21d_get_reg | ( | htu21d_handle_t * | handle, |
| uint8_t * | buf, | ||
| uint16_t | len ) |
get the chip register
| [in] | *handle | pointer to an htu21d handle structure |
| [out] | *buf | pointer to data buffer |
| [in] | len | data length |
Definition at line 1283 of file driver_htu21d.c.
| uint8_t htu21d_set_reg | ( | htu21d_handle_t * | handle, |
| uint8_t * | buf, | ||
| uint16_t | len ) |
set the chip register
| [in] | *handle | pointer to an htu21d handle structure |
| [in] | *buf | pointer to a data buffer |
| [in] | len | data length |
Definition at line 1257 of file driver_htu21d.c.