![]() |
LibDriver BMP390
|
bmp390 extern driver modules More...
Functions | |
| uint8_t | bmp390_set_reg (bmp390_handle_t *handle, uint8_t reg, uint8_t value) |
| set the chip register | |
| uint8_t | bmp390_get_reg (bmp390_handle_t *handle, uint8_t reg, uint8_t *value) |
| get the chip register | |
bmp390 extern driver modules
| uint8_t bmp390_get_reg | ( | bmp390_handle_t * | handle, |
| uint8_t | reg, | ||
| uint8_t * | value ) |
get the chip register
| [in] | *handle | pointer to a bmp390 handle structure |
| [in] | reg | iic register address |
| [out] | *value | pointer to a read data buffer |
Definition at line 3881 of file driver_bmp390.c.
| uint8_t bmp390_set_reg | ( | bmp390_handle_t * | handle, |
| uint8_t | reg, | ||
| uint8_t | value ) |
set the chip register
| [in] | *handle | pointer to a bmp390 handle structure |
| [in] | reg | iic register address |
| [in] | value | data written to the register |
Definition at line 3855 of file driver_bmp390.c.