![]() |
LibDriver STS3X
|
sts3x extend driver modules More...
Functions | |
| uint8_t | sts3x_set_reg (sts3x_handle_t *handle, uint16_t command) |
| set the chip register | |
| uint8_t | sts3x_get_reg (sts3x_handle_t *handle, uint16_t command, uint8_t *buf, uint16_t len) |
| get the chip register | |
sts3x extend driver modules
| uint8_t sts3x_get_reg | ( | sts3x_handle_t * | handle, |
| uint16_t | command, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) |
get the chip register
| [in] | *handle | pointer to an sts3x handle structure |
| [in] | command | chip command |
| [out] | *buf | pointer to data buffer |
| [in] | len | data length |
Definition at line 867 of file driver_sts3x.c.
| uint8_t sts3x_set_reg | ( | sts3x_handle_t * | handle, |
| uint16_t | command ) |
set the chip register
| [in] | *handle | pointer to an sts3x handle structure |
| [in] | command | chip command |
Definition at line 840 of file driver_sts3x.c.