ChibiOS/EX  1.2.0
LPS22HBDriver Struct Reference

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

#include <lps22hb.h>

Collaboration diagram for LPS22HBDriver:
Collaboration graph

Data Fields

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

Detailed Description

LPS22HB 2-axis barometer/thermometer class.

Definition at line 456 of file lps22hb.h.

Field Documentation

◆ vmt

const struct LPS22HBVMT* LPS22HBDriver::vmt

Virtual Methods Table.

Definition at line 458 of file lps22hb.h.

Referenced by lps22hbObjectInit().

◆ baro_if

BaseBarometer LPS22HBDriver::baro_if

Base barometer interface.

Definition at line 460 of file lps22hb.h.

◆ thermo_if

BaseThermometer LPS22HBDriver::thermo_if

Base thermometer interface.

Definition at line 462 of file lps22hb.h.