|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <bmp388.h>
Public Attributes | |
| uint16_t | par_t1 |
| @ Trim Variables More... | |
| uint16_t | par_t2 |
| int8_t | par_t3 |
| int16_t | par_p1 |
| int16_t | par_p2 |
| int8_t | par_p3 |
| int8_t | par_p4 |
| uint16_t | par_p5 |
| uint16_t | par_p6 |
| int8_t | par_p7 |
| int8_t | par_p8 |
| int16_t | par_p9 |
| int8_t | par_p10 |
| int8_t | par_p11 |
| int64_t | t_lin |
| int16_t bmp3_reg_calib_data::par_p1 |
Definition at line 217 of file bmp388.h.
Referenced by compensate_pressure().
| int8_t bmp3_reg_calib_data::par_p10 |
Definition at line 226 of file bmp388.h.
Referenced by compensate_pressure().
| int8_t bmp3_reg_calib_data::par_p11 |
Definition at line 227 of file bmp388.h.
Referenced by compensate_pressure().
| int16_t bmp3_reg_calib_data::par_p2 |
Definition at line 218 of file bmp388.h.
Referenced by compensate_pressure().
| int8_t bmp3_reg_calib_data::par_p3 |
Definition at line 219 of file bmp388.h.
Referenced by compensate_pressure().
| int8_t bmp3_reg_calib_data::par_p4 |
Definition at line 220 of file bmp388.h.
Referenced by compensate_pressure().
| uint16_t bmp3_reg_calib_data::par_p5 |
Definition at line 221 of file bmp388.h.
Referenced by compensate_pressure().
| uint16_t bmp3_reg_calib_data::par_p6 |
Definition at line 222 of file bmp388.h.
Referenced by compensate_pressure().
| int8_t bmp3_reg_calib_data::par_p7 |
Definition at line 223 of file bmp388.h.
Referenced by compensate_pressure().
| int8_t bmp3_reg_calib_data::par_p8 |
Definition at line 224 of file bmp388.h.
Referenced by compensate_pressure().
| int16_t bmp3_reg_calib_data::par_p9 |
Definition at line 225 of file bmp388.h.
Referenced by compensate_pressure().
| uint16_t bmp3_reg_calib_data::par_t1 |
| uint16_t bmp3_reg_calib_data::par_t2 |
Definition at line 215 of file bmp388.h.
Referenced by compensate_temperature().
| int8_t bmp3_reg_calib_data::par_t3 |
Definition at line 216 of file bmp388.h.
Referenced by compensate_temperature().
| int64_t bmp3_reg_calib_data::t_lin |
Definition at line 228 of file bmp388.h.
Referenced by compensate_pressure(), and compensate_temperature().