|
F439_CPP_BMP390_Barometric_Pressure_and_Altimeter_01 1.0
STM32F439 BMP390 barometric pressure and altimeter tutorial
|
bmp3 status flags More...
#include <bmp3_defs.h>
Data Fields | |
| struct bmp3_int_status | intr |
| struct bmp3_sens_status | sensor |
| struct bmp3_err_status | err |
| uint8_t | pwr_on_rst |
bmp3 status flags
Definition at line 662 of file bmp3_defs.h.
| struct bmp3_err_status bmp3_status::err |
| struct bmp3_int_status bmp3_status::intr |
Interrupt status
Definition at line 665 of file bmp3_defs.h.
Referenced by get_int_status(), and main().
| uint8_t bmp3_status::pwr_on_rst |
Power on reset status
Definition at line 674 of file bmp3_defs.h.
Referenced by get_sensor_status().
| struct bmp3_sens_status bmp3_status::sensor |