|
F439_CPP_BMP390_Barometric_Pressure_and_Altimeter_01 1.0
STM32F439 BMP390 barometric pressure and altimeter tutorial
|
bmp3 fifo frame More...
#include <bmp3_defs.h>
Data Fields | |
| uint8_t * | buffer |
| uint16_t | byte_count |
| uint8_t | req_frames |
| uint16_t | start_idx |
| uint8_t | parsed_frames |
| uint8_t | config_err |
| uint32_t | sensor_time |
| uint8_t | config_change |
| uint8_t | frame_not_available |
bmp3 fifo frame
Definition at line 722 of file bmp3_defs.h.
| uint8_t* bmp3_fifo_data::buffer |
Data buffer of user defined length is to be mapped here 512 + 4
Definition at line 726 of file bmp3_defs.h.
Referenced by bmp3_extract_fifo_data(), bmp3_get_fifo_data(), parse_fifo_data_frame(), and reset_fifo_index().
| uint16_t bmp3_fifo_data::byte_count |
Number of bytes of data read from the fifo
Definition at line 729 of file bmp3_defs.h.
Referenced by bmp3_get_fifo_data(), parse_fifo_data_frame(), and reset_fifo_index().
| uint8_t bmp3_fifo_data::config_change |
FIFO input configuration change
Definition at line 747 of file bmp3_defs.h.
Referenced by parse_fifo_data_frame(), and reset_fifo_index().
| uint8_t bmp3_fifo_data::config_err |
Configuration error
Definition at line 741 of file bmp3_defs.h.
Referenced by parse_fifo_data_frame(), and reset_fifo_index().
| uint8_t bmp3_fifo_data::frame_not_available |
All available frames are parsed
Definition at line 750 of file bmp3_defs.h.
Referenced by bmp3_extract_fifo_data(), and reset_fifo_index().
| uint8_t bmp3_fifo_data::parsed_frames |
Will contain the no of parsed data frames from fifo
Definition at line 738 of file bmp3_defs.h.
Referenced by bmp3_extract_fifo_data(), and reset_fifo_index().
| uint8_t bmp3_fifo_data::req_frames |
Number of frames to be read as specified by the user
Definition at line 732 of file bmp3_defs.h.
Referenced by convert_frames_to_bytes().
| uint32_t bmp3_fifo_data::sensor_time |
| uint16_t bmp3_fifo_data::start_idx |
Will be equal to length when no more frames are there to parse
Definition at line 735 of file bmp3_defs.h.
Referenced by bmp3_extract_fifo_data(), and reset_fifo_index().