![]() |
LibDriver HDC302X
|
hdc302x extend driver modules More...
Functions | |
| uint8_t | hdc302x_set_reg (hdc302x_handle_t *handle, uint16_t command, uint8_t *buf, uint16_t len) |
| set the chip register | |
| uint8_t | hdc302x_get_reg (hdc302x_handle_t *handle, uint16_t command, uint8_t *buf, uint16_t len) |
| get the chip register | |
hdc302x extend driver modules
| uint8_t hdc302x_get_reg | ( | hdc302x_handle_t * | handle, |
| uint16_t | command, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) |
get the chip register
| [in] | *handle | pointer to a hdc302x handle structure |
| [in] | command | input command |
| [out] | *buf | pointer to a data buffer |
| [in] | len | data buffer length |
Definition at line 2457 of file driver_hdc302x.c.
| uint8_t hdc302x_set_reg | ( | hdc302x_handle_t * | handle, |
| uint16_t | command, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) |
set the chip register
| [in] | *handle | pointer to a hdc302x handle structure |
| [in] | command | input command |
| [in] | *buf | pointer to a data buffer |
| [in] | len | data buffer length |
Definition at line 2425 of file driver_hdc302x.c.