|  | LibDriver BMP384
    | 
bmp384 extern driver modules More...
| Functions | |
| uint8_t | bmp384_set_reg (bmp384_handle_t *handle, uint8_t reg, uint8_t value) | 
| set the chip register | |
| uint8_t | bmp384_get_reg (bmp384_handle_t *handle, uint8_t reg, uint8_t *value) | 
| get the chip register | |
bmp384 extern driver modules
| uint8_t bmp384_get_reg | ( | bmp384_handle_t * | handle, | 
| uint8_t | reg, | ||
| uint8_t * | value ) | 
get the chip register
| [in] | *handle | pointer to a bmp384 handle structure | 
| [in] | reg | iic register address | 
| [out] | *value | pointer to a read data buffer | 
Definition at line 3881 of file driver_bmp384.c.
| uint8_t bmp384_set_reg | ( | bmp384_handle_t * | handle, | 
| uint8_t | reg, | ||
| uint8_t | value ) | 
set the chip register
| [in] | *handle | pointer to a bmp384 handle structure | 
| [in] | reg | iic register address | 
| [in] | value | data written to the register | 
Definition at line 3855 of file driver_bmp384.c.