ChibiOS
0.0.0
|
LPS22HB configuration structure. More...
#include <lps22hb.h>
Data Fields | |
SPIDriver * | spip |
SPI driver associated to this LPS22HB. More... | |
const SPIConfig * | spicfg |
SPI configuration associated to this LPS22HB. More... | |
I2CDriver * | i2cp |
I2C driver associated to this LPS22HB. More... | |
const I2CConfig * | i2ccfg |
I2C configuration associated to this LPS22HB. More... | |
lps22hb_sad_t | slaveaddress |
LPS22HB slave address. More... | |
float * | barosensitivity |
LPS22HB barometer subsystem initial sensitivity. More... | |
float * | barobias |
LPS22HB barometer subsystem initial bias. More... | |
float * | thermosensitivity |
LPS22HB thermometer subsystem initial sensitivity. More... | |
float * | thermobias |
LPS22HB thermometer subsystem initial bias. More... | |
lps22hb_odr_t | outputdatarate |
LPS22HB output data rate selection. More... | |
lps22hb_bdu_t | blockdataupdate |
LPS22HB block data update. More... | |
lps22hb_lp_t | lowpass_filter |
LPS22HB barometer subsystem resolution. More... | |
SPIDriver* LPS22HBConfig::spip |
const SPIConfig* LPS22HBConfig::spicfg |
I2CDriver* LPS22HBConfig::i2cp |
I2C driver associated to this LPS22HB.
Definition at line 369 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 |