F439_CPP_BMP390_Barometric_Pressure_and_Altimeter_01 1.0
STM32F439 BMP390 barometric pressure and altimeter tutorial
Loading...
Searching...
No Matches
bmp3_int_ctrl_settings Struct Reference

bmp3 interrupt pin settings More...

#include <bmp3_defs.h>

Data Fields

uint8_t output_mode
 
uint8_t level
 
uint8_t latch
 
uint8_t drdy_en
 

Detailed Description

bmp3 interrupt pin settings

Definition at line 680 of file bmp3_defs.h.

Field Documentation

◆ drdy_en

uint8_t bmp3_int_ctrl_settings::drdy_en

Data ready interrupt

Definition at line 692 of file bmp3_defs.h.

Referenced by parse_int_ctrl_settings(), and set_int_ctrl_settings().

◆ latch

uint8_t bmp3_int_ctrl_settings::latch

Latched or Non-latched

Definition at line 689 of file bmp3_defs.h.

Referenced by parse_int_ctrl_settings(), and set_int_ctrl_settings().

◆ level

uint8_t bmp3_int_ctrl_settings::level

Active high/low

Definition at line 686 of file bmp3_defs.h.

Referenced by parse_int_ctrl_settings(), and set_int_ctrl_settings().

◆ output_mode

uint8_t bmp3_int_ctrl_settings::output_mode

Output mode

Definition at line 683 of file bmp3_defs.h.

Referenced by parse_int_ctrl_settings(), and set_int_ctrl_settings().


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