![]() |
Da Vinci Firmware 1
Firmware for the DaVinci-M rocket avionics board.
|
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 731 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 735 of file bmp3_defs.h.
| uint16_t bmp3_fifo_data::byte_count |
Number of bytes of data read from the fifo
Definition at line 738 of file bmp3_defs.h.
| uint8_t bmp3_fifo_data::config_change |
FIFO input configuration change
Definition at line 756 of file bmp3_defs.h.
| uint8_t bmp3_fifo_data::config_err |
Configuration error
Definition at line 750 of file bmp3_defs.h.
| uint8_t bmp3_fifo_data::frame_not_available |
All available frames are parsed
Definition at line 759 of file bmp3_defs.h.
| uint8_t bmp3_fifo_data::parsed_frames |
Will contain the no of parsed data frames from fifo
Definition at line 747 of file bmp3_defs.h.
| uint8_t bmp3_fifo_data::req_frames |
Number of frames to be read as specified by the user
Definition at line 741 of file bmp3_defs.h.
| uint32_t bmp3_fifo_data::sensor_time |
Sensor time
Definition at line 753 of file bmp3_defs.h.
| uint16_t bmp3_fifo_data::start_idx |
Will be equal to length when no more frames are there to parse
Definition at line 744 of file bmp3_defs.h.