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

bmp3 fifo configuration More...

#include <bmp3_defs.h>

Data Fields

uint8_t mode
 
uint8_t stop_on_full_en
 
uint8_t time_en
 
uint8_t press_en
 
uint8_t temp_en
 
uint8_t down_sampling
 
uint8_t filter_en
 
uint8_t fwtm_en
 
uint8_t ffull_en
 

Detailed Description

bmp3 fifo configuration

Definition at line 756 of file bmp3_defs.h.

Field Documentation

◆ down_sampling

uint8_t bmp3_fifo_settings::down_sampling

down sampling rate

Definition at line 774 of file bmp3_defs.h.

Referenced by fill_fifo_config_2(), and parse_fifo_settings().

◆ ffull_en

uint8_t bmp3_fifo_settings::ffull_en

FIFO full enable/disable

Definition at line 783 of file bmp3_defs.h.

Referenced by fill_fifo_int_ctrl(), and parse_fifo_settings().

◆ filter_en

uint8_t bmp3_fifo_settings::filter_en

filter enable/disable

Definition at line 777 of file bmp3_defs.h.

Referenced by fill_fifo_config_2(), and parse_fifo_settings().

◆ fwtm_en

uint8_t bmp3_fifo_settings::fwtm_en

FIFO watermark enable/disable

Definition at line 780 of file bmp3_defs.h.

Referenced by fill_fifo_int_ctrl(), and parse_fifo_settings().

◆ mode

uint8_t bmp3_fifo_settings::mode

enable/disable

Definition at line 759 of file bmp3_defs.h.

Referenced by fill_fifo_config_1(), and parse_fifo_settings().

◆ press_en

uint8_t bmp3_fifo_settings::press_en

pressure enable/disable

Definition at line 768 of file bmp3_defs.h.

Referenced by convert_frames_to_bytes(), fill_fifo_config_1(), and parse_fifo_settings().

◆ stop_on_full_en

uint8_t bmp3_fifo_settings::stop_on_full_en

stop on full enable/disable

Definition at line 762 of file bmp3_defs.h.

Referenced by fill_fifo_config_1(), and parse_fifo_settings().

◆ temp_en

uint8_t bmp3_fifo_settings::temp_en

temperature enable/disable

Definition at line 771 of file bmp3_defs.h.

Referenced by convert_frames_to_bytes(), fill_fifo_config_1(), and parse_fifo_settings().

◆ time_en

uint8_t bmp3_fifo_settings::time_en

time enable/disable

Definition at line 765 of file bmp3_defs.h.

Referenced by bmp3_get_fifo_data(), fill_fifo_config_1(), and parse_fifo_settings().


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