|
ChibiOS/EX 1.3.0
|
LPS22HB configuration structure. More...
#include <lps22hb.h>

Data Fields | |
| SPIDriver * | spip |
| SPI driver associated to this LPS22HB. | |
| const SPIConfig * | spicfg |
| SPI configuration associated to this LPS22HB. | |
| I2CDriver * | i2cp |
| I2C driver associated to this LPS22HB. | |
| const I2CConfig * | i2ccfg |
| I2C configuration associated to this LPS22HB. | |
| lps22hb_sad_t | slaveaddress |
| LPS22HB slave address. | |
| float * | barosensitivity |
| LPS22HB barometer subsystem initial sensitivity. | |
| float * | barobias |
| LPS22HB barometer subsystem initial bias. | |
| float * | thermosensitivity |
| LPS22HB thermometer subsystem initial sensitivity. | |
| float * | thermobias |
| LPS22HB thermometer subsystem initial bias. | |
| lps22hb_odr_t | outputdatarate |
| LPS22HB output data rate selection. | |
| lps22hb_bdu_t | blockdataupdate |
| LPS22HB block data update. | |
| lps22hb_lp_t | lowpass_filter |
| LPS22HB barometer subsystem resolution. | |
| SPIDriver* LPS22HBConfig::spip |
| const SPIConfig* LPS22HBConfig::spicfg |
| I2CDriver* LPS22HBConfig::i2cp |
I2C driver associated to this LPS22HB.
Definition at line 368 of file lps22hb.h.
Referenced by lps22hbStart().
| const I2CConfig* LPS22HBConfig::i2ccfg |
| lps22hb_sad_t LPS22HBConfig::slaveaddress |
| float* LPS22HBConfig::barosensitivity |
| float* LPS22HBConfig::barobias |
| float* LPS22HBConfig::thermosensitivity |
| float* LPS22HBConfig::thermobias |
| lps22hb_odr_t LPS22HBConfig::outputdatarate |
| lps22hb_bdu_t LPS22HBConfig::blockdataupdate |
| lps22hb_lp_t LPS22HBConfig::lowpass_filter |