ChibiOS  19.1.4
BMP085Config Struct Reference

BMP085 configuration structure. More...

#include <bmp085.h>

Collaboration diagram for BMP085Config:
Collaboration graph

Data Fields

I2CDriveri2cp
 I2C driver associated to this BMP085. More...
 
const I2CConfigi2ccfg
 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...
 

Detailed Description

BMP085 configuration structure.

Definition at line 261 of file bmp085.h.

Field Documentation

I2CDriver* BMP085Config::i2cp

I2C driver associated to this BMP085.

Definition at line 266 of file bmp085.h.

Referenced by bmp085Start().

const I2CConfig* BMP085Config::i2ccfg

I2C configuration associated to this BMP085 subsystem.

Definition at line 271 of file bmp085.h.

float* BMP085Config::sensitivity

HTS221 initial sensitivity.

Note
Value are respectively related to hygrometer and thermometer.

Definition at line 278 of file bmp085.h.

float* BMP085Config::bias

HTS221 initial bias.

Note
Value are respectively related to hygrometer and thermometer.

Definition at line 284 of file bmp085.h.

float* BMP085Config::outputdatarate

HTS221 output data rate selection.

Definition at line 288 of file bmp085.h.

bmp085_baro_ct_t BMP085Config::bct

BMP085 barometer subsystem pressure conversion time.

Definition at line 293 of file bmp085.h.

bmp085_baro_mode_t BMP085Config::mode

BMP085 barometer subsystem mode.

Definition at line 298 of file bmp085.h.

bmp085_baro_oss_t BMP085Config::oss

BMP085 barometer subsystem oversampling setting.

Definition at line 303 of file bmp085.h.

bmp085_thermo_ct_t BMP085Config::tct

BMP085 thermometer subsystem temperature conversion time.

Definition at line 308 of file bmp085.h.