ChibiOS  20.3.4
HTS221Driver Struct Reference

HTS221 2-axis hygrometer/thermometer class. More...

#include <hts221.h>

Collaboration diagram for HTS221Driver:
Collaboration graph

Data Fields

const struct HTS221VMTvmt
 Virtual Methods Table. More...
 
BaseHygrometer hygro_if
 Base hygrometer interface. More...
 
BaseThermometer thermo_if
 Base thermometer interface. More...
 

Detailed Description

HTS221 2-axis hygrometer/thermometer class.

Definition at line 440 of file hts221.h.

Field Documentation

◆ vmt

const struct HTS221VMT* HTS221Driver::vmt

Virtual Methods Table.

Definition at line 442 of file hts221.h.

Referenced by hts221ObjectInit().

◆ hygro_if

BaseHygrometer HTS221Driver::hygro_if

Base hygrometer interface.

Definition at line 444 of file hts221.h.

◆ thermo_if

BaseThermometer HTS221Driver::thermo_if

Base thermometer interface.

Definition at line 446 of file hts221.h.