APM:Libraries
|
Go to the source code of this file.
Macros | |
#define | DPS280_REG_PRESS 0x00 |
#define | DPS280_REG_TEMP 0x03 |
#define | DPS280_REG_PCONF 0x06 |
#define | DPS280_REG_TCONF 0x07 |
#define | DPS280_REG_MCONF 0x08 |
#define | DPS280_REG_CREG 0x09 |
#define | DPS280_REG_ISTS 0x0A |
#define | DPS280_REG_FSTS 0x0B |
#define | DPS280_REG_RESET 0x0C |
#define | DPS280_REG_PID 0x0D |
#define | DPS280_REG_COEF 0x10 |
#define | DPS280_REG_CSRC 0x28 |
#define | DPS280_WHOAMI 0x10 |
Variables | |
const AP_HAL::HAL & | hal |
#define DPS280_REG_COEF 0x10 |
Definition at line 36 of file AP_Baro_DPS280.cpp.
Referenced by AP_Baro_DPS280::read_calibration().
#define DPS280_REG_CREG 0x09 |
Definition at line 31 of file AP_Baro_DPS280.cpp.
Referenced by AP_Baro_DPS280::init().
#define DPS280_REG_CSRC 0x28 |
Definition at line 37 of file AP_Baro_DPS280.cpp.
Referenced by AP_Baro_DPS280::read_calibration().
#define DPS280_REG_FSTS 0x0B |
Definition at line 33 of file AP_Baro_DPS280.cpp.
#define DPS280_REG_ISTS 0x0A |
Definition at line 32 of file AP_Baro_DPS280.cpp.
#define DPS280_REG_MCONF 0x08 |
Definition at line 30 of file AP_Baro_DPS280.cpp.
Referenced by AP_Baro_DPS280::init(), and AP_Baro_DPS280::timer().
#define DPS280_REG_PCONF 0x06 |
Definition at line 28 of file AP_Baro_DPS280.cpp.
Referenced by AP_Baro_DPS280::init().
#define DPS280_REG_PID 0x0D |
Definition at line 35 of file AP_Baro_DPS280.cpp.
Referenced by AP_Baro_DPS280::init().
#define DPS280_REG_PRESS 0x00 |
Definition at line 26 of file AP_Baro_DPS280.cpp.
Referenced by AP_Baro_DPS280::timer().
#define DPS280_REG_RESET 0x0C |
Definition at line 34 of file AP_Baro_DPS280.cpp.
#define DPS280_REG_TCONF 0x07 |
Definition at line 29 of file AP_Baro_DPS280.cpp.
Referenced by AP_Baro_DPS280::init().
#define DPS280_REG_TEMP 0x03 |
Definition at line 27 of file AP_Baro_DPS280.cpp.
Referenced by AP_Baro_DPS280::timer().
#define DPS280_WHOAMI 0x10 |
Definition at line 39 of file AP_Baro_DPS280.cpp.
Referenced by AP_Baro_DPS280::init().
const AP_HAL::HAL& hal |
Definition at line 14 of file AC_PID_test.cpp.