Da Vinci Firmware 1
Firmware for the DaVinci-M rocket avionics board.
Loading...
Searching...
No Matches
bmp3_status Struct Reference

bmp3 status flags More...

#include <bmp3_defs.h>

Collaboration diagram for bmp3_status:

Data Fields

struct bmp3_int_status intr
 
struct bmp3_sens_status sensor
 
struct bmp3_err_status err
 
uint8_t pwr_on_rst
 

Detailed Description

bmp3 status flags

Definition at line 668 of file bmp3_defs.h.

Field Documentation

◆ err

struct bmp3_err_status bmp3_status::err

Error status

Definition at line 677 of file bmp3_defs.h.

Referenced by get_err_status().

◆ intr

struct bmp3_int_status bmp3_status::intr

Interrupt status

Definition at line 671 of file bmp3_defs.h.

Referenced by get_int_status().

◆ pwr_on_rst

uint8_t bmp3_status::pwr_on_rst

Power on reset status

Definition at line 680 of file bmp3_defs.h.

Referenced by get_sensor_status().

◆ sensor

struct bmp3_sens_status bmp3_status::sensor

Sensor status

Definition at line 674 of file bmp3_defs.h.

Referenced by get_sensor_status().


The documentation for this struct was generated from the following file: