![]() |
LibDriver STTS22H
|
stts22h extend driver modules More...
Functions | |
| uint8_t | stts22h_set_reg (stts22h_handle_t *handle, uint8_t reg, uint8_t *buf, uint16_t len) |
| set the chip register | |
| uint8_t | stts22h_get_reg (stts22h_handle_t *handle, uint8_t reg, uint8_t *buf, uint16_t len) |
| get the chip register | |
stts22h extend driver modules
| uint8_t stts22h_get_reg | ( | stts22h_handle_t * | handle, |
| uint8_t | reg, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) |
get the chip register
| [in] | *handle | pointer to a stts22h handle structure |
| [in] | reg | iic register address |
| [out] | *buf | pointer to a data buffer |
| [in] | len | data buffer length |
Definition at line 1224 of file driver_stts22h.c.
| uint8_t stts22h_set_reg | ( | stts22h_handle_t * | handle, |
| uint8_t | reg, | ||
| uint8_t * | buf, | ||
| uint16_t | len ) |
set the chip register
| [in] | *handle | pointer to a stts22h handle structure |
| [in] | reg | iic register address |
| [in] | *buf | pointer to a data buffer |
| [in] | len | data buffer length |
Definition at line 1197 of file driver_stts22h.c.