ChibiOS
19.1.4
|
BMP085 configuration structure. More...
#include <bmp085.h>
Data Fields | |
I2CDriver * | i2cp |
I2C driver associated to this BMP085. More... | |
const I2CConfig * | i2ccfg |
I2C configuration associated to this BMP085 subsystem. More... | |
float * | sensitivity |
HTS221 initial sensitivity. More... | |
float * | bias |
HTS221 initial bias. More... | |
float * | outputdatarate |
HTS221 output data rate selection. More... | |
bmp085_baro_ct_t | bct |
BMP085 barometer subsystem pressure conversion time. More... | |
bmp085_baro_mode_t | mode |
BMP085 barometer subsystem mode. More... | |
bmp085_baro_oss_t | oss |
BMP085 barometer subsystem oversampling setting. More... | |
bmp085_thermo_ct_t | tct |
BMP085 thermometer subsystem temperature conversion time. More... | |
I2CDriver* BMP085Config::i2cp |
I2C driver associated to this BMP085.
Definition at line 266 of file bmp085.h.
Referenced by bmp085Start().
const I2CConfig* BMP085Config::i2ccfg |
float* BMP085Config::sensitivity |
float* BMP085Config::bias |
float* BMP085Config::outputdatarate |
bmp085_baro_ct_t BMP085Config::bct |
bmp085_baro_mode_t BMP085Config::mode |
bmp085_baro_oss_t BMP085Config::oss |
bmp085_thermo_ct_t BMP085Config::tct |