APM:Libraries
Macros | Variables
AP_Baro_DPS280.cpp File Reference
#include "AP_Baro_DPS280.h"
#include <utility>
#include <stdio.h>
Include dependency graph for AP_Baro_DPS280.cpp:

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::HALhal
 

Macro Definition Documentation

◆ DPS280_REG_COEF

#define DPS280_REG_COEF   0x10

Definition at line 36 of file AP_Baro_DPS280.cpp.

Referenced by AP_Baro_DPS280::read_calibration().

◆ DPS280_REG_CREG

#define DPS280_REG_CREG   0x09

Definition at line 31 of file AP_Baro_DPS280.cpp.

Referenced by AP_Baro_DPS280::init().

◆ DPS280_REG_CSRC

#define DPS280_REG_CSRC   0x28

Definition at line 37 of file AP_Baro_DPS280.cpp.

Referenced by AP_Baro_DPS280::read_calibration().

◆ DPS280_REG_FSTS

#define DPS280_REG_FSTS   0x0B

Definition at line 33 of file AP_Baro_DPS280.cpp.

◆ DPS280_REG_ISTS

#define DPS280_REG_ISTS   0x0A

Definition at line 32 of file AP_Baro_DPS280.cpp.

◆ DPS280_REG_MCONF

#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().

◆ DPS280_REG_PCONF

#define DPS280_REG_PCONF   0x06

Definition at line 28 of file AP_Baro_DPS280.cpp.

Referenced by AP_Baro_DPS280::init().

◆ DPS280_REG_PID

#define DPS280_REG_PID   0x0D

Definition at line 35 of file AP_Baro_DPS280.cpp.

Referenced by AP_Baro_DPS280::init().

◆ DPS280_REG_PRESS

#define DPS280_REG_PRESS   0x00

Definition at line 26 of file AP_Baro_DPS280.cpp.

Referenced by AP_Baro_DPS280::timer().

◆ DPS280_REG_RESET

#define DPS280_REG_RESET   0x0C

Definition at line 34 of file AP_Baro_DPS280.cpp.

◆ DPS280_REG_TCONF

#define DPS280_REG_TCONF   0x07

Definition at line 29 of file AP_Baro_DPS280.cpp.

Referenced by AP_Baro_DPS280::init().

◆ DPS280_REG_TEMP

#define DPS280_REG_TEMP   0x03

Definition at line 27 of file AP_Baro_DPS280.cpp.

Referenced by AP_Baro_DPS280::timer().

◆ DPS280_WHOAMI

#define DPS280_WHOAMI   0x10

Definition at line 39 of file AP_Baro_DPS280.cpp.

Referenced by AP_Baro_DPS280::init().

Variable Documentation

◆ hal

const AP_HAL::HAL& hal

Definition at line 14 of file AC_PID_test.cpp.