| 
    ChibiOS
    0.0.0
    
   | 
 
HTS221 configuration structure. More...
#include <hts221.h>

Data Fields | |
| SPIDriver * | spip | 
| SPI driver associated to this HTS221.  More... | |
| const SPIConfig * | spicfg | 
| SPI configuration associated to this HTS221.  More... | |
| I2CDriver * | i2cp | 
| I2C driver associated to this HTS221.  More... | |
| const I2CConfig * | i2ccfg | 
| 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... | |
| SPIDriver* HTS221Config::spip | 
| const SPIConfig* HTS221Config::spicfg | 
| I2CDriver* HTS221Config::i2cp | 
| const I2CConfig* HTS221Config::i2ccfg | 
| float* HTS221Config::hygrosensitivity | 
| float* HTS221Config::hygrobias | 
| float* HTS221Config::thermosensitivity | 
| float* HTS221Config::thermobias | 
| hts221_odr_t HTS221Config::outputdatarate | 
| hts221_bdu_t HTS221Config::blockdataupdate | 
| hts221_avgh_t HTS221Config::hygroresolution | 
| hts221_avgt_t HTS221Config::thermoresolution |