ChibiOS  21.6.0
LPS25HDriver Struct Reference

LPS25H 2-axis barometer/thermometer class. More...

#include <lps25h.h>

Collaboration diagram for LPS25HDriver:
Collaboration graph

Data Fields

const struct LPS25HVMTvmt
 Virtual Methods Table. More...
 
BaseBarometer baro_if
 Base barometer interface. More...
 
BaseThermometer thermo_if
 Base thermometer interface. More...
 

Detailed Description

LPS25H 2-axis barometer/thermometer class.

Definition at line 472 of file lps25h.h.

Field Documentation

◆ vmt

const struct LPS25HVMT* LPS25HDriver::vmt

Virtual Methods Table.

Definition at line 474 of file lps25h.h.

Referenced by lps25hObjectInit().

◆ baro_if

BaseBarometer LPS25HDriver::baro_if

Base barometer interface.

Definition at line 476 of file lps25h.h.

◆ thermo_if

BaseThermometer LPS25HDriver::thermo_if

Base thermometer interface.

Definition at line 478 of file lps25h.h.