ChibiOS  19.1.4
HTS221Config Struct Reference

HTS221 configuration structure. More...

#include <hts221.h>

Collaboration diagram for HTS221Config:
Collaboration graph

Data Fields

SPIDriverspip
 SPI driver associated to this HTS221. More...
 
const SPIConfigspicfg
 SPI configuration associated to this HTS221. More...
 
I2CDriveri2cp
 I2C driver associated to this HTS221. More...
 
const I2CConfigi2ccfg
 I2C configuration associated to this HTS221. More...
 
float * hygrosensitivity
 HTS221 hygrometer subsystem initial sensitivity. More...
 
float * hygrobias
 HTS221 hygrometer subsystem initial bias. More...
 
float * thermosensitivity
 HTS221 thermometer subsystem initial sensitivity. More...
 
float * thermobias
 HTS221 thermometer subsystem initial bias. More...
 
hts221_odr_t outputdatarate
 HTS221 output data rate selection. More...
 
hts221_bdu_t blockdataupdate
 HTS221 block data update. More...
 
hts221_avgh_t hygroresolution
 HTS221 hygrometer subsystem resolution. More...
 
hts221_avgt_t thermoresolution
 HTS221 thermometer subsystem resolution. More...
 

Detailed Description

HTS221 configuration structure.

Definition at line 328 of file hts221.h.

Field Documentation

SPIDriver* HTS221Config::spip

SPI driver associated to this HTS221.

Definition at line 334 of file hts221.h.

const SPIConfig* HTS221Config::spicfg

SPI configuration associated to this HTS221.

Definition at line 338 of file hts221.h.

I2CDriver* HTS221Config::i2cp

I2C driver associated to this HTS221.

Definition at line 344 of file hts221.h.

const I2CConfig* HTS221Config::i2ccfg

I2C configuration associated to this HTS221.

Definition at line 348 of file hts221.h.

float* HTS221Config::hygrosensitivity

HTS221 hygrometer subsystem initial sensitivity.

Definition at line 353 of file hts221.h.

float* HTS221Config::hygrobias

HTS221 hygrometer subsystem initial bias.

Definition at line 357 of file hts221.h.

float* HTS221Config::thermosensitivity

HTS221 thermometer subsystem initial sensitivity.

Definition at line 361 of file hts221.h.

float* HTS221Config::thermobias

HTS221 thermometer subsystem initial bias.

Definition at line 365 of file hts221.h.

hts221_odr_t HTS221Config::outputdatarate

HTS221 output data rate selection.

Definition at line 369 of file hts221.h.

hts221_bdu_t HTS221Config::blockdataupdate

HTS221 block data update.

Definition at line 374 of file hts221.h.

hts221_avgh_t HTS221Config::hygroresolution

HTS221 hygrometer subsystem resolution.

Definition at line 378 of file hts221.h.

hts221_avgt_t HTS221Config::thermoresolution

HTS221 thermometer subsystem resolution.

Definition at line 382 of file hts221.h.