ChibiOS/EX 1.3.0
BMP085Config Struct Reference

BMP085 configuration structure. More...

#include <bmp085.h>

Collaboration diagram for BMP085Config:
Collaboration graph

Data Fields

I2CDriver * i2cp
 I2C driver associated to this BMP085.
const I2CConfig * i2ccfg
 I2C configuration associated to this BMP085 subsystem.
float * sensitivity
 HTS221 initial sensitivity.
float * bias
 HTS221 initial bias.
float * outputdatarate
 HTS221 output data rate selection.
bmp085_baro_ct_t bct
 BMP085 barometer subsystem pressure conversion time.
bmp085_baro_mode_t mode
 BMP085 barometer subsystem mode.
bmp085_baro_oss_t oss
 BMP085 barometer subsystem oversampling setting.
bmp085_thermo_ct_t tct
 BMP085 thermometer subsystem temperature conversion time.

Detailed Description

BMP085 configuration structure.

Definition at line 261 of file bmp085.h.

Field Documentation

◆ i2cp

I2CDriver* BMP085Config::i2cp

I2C driver associated to this BMP085.

Definition at line 266 of file bmp085.h.

Referenced by bmp085Start().

◆ i2ccfg

const I2CConfig* BMP085Config::i2ccfg

I2C configuration associated to this BMP085 subsystem.

Definition at line 271 of file bmp085.h.

◆ sensitivity

float* BMP085Config::sensitivity

HTS221 initial sensitivity.

Note
Value are respectively related to hygrometer and thermometer.

Definition at line 278 of file bmp085.h.

◆ bias

float* BMP085Config::bias

HTS221 initial bias.

Note
Value are respectively related to hygrometer and thermometer.

Definition at line 284 of file bmp085.h.

◆ outputdatarate

float* BMP085Config::outputdatarate

HTS221 output data rate selection.

Definition at line 288 of file bmp085.h.

◆ bct

bmp085_baro_ct_t BMP085Config::bct

BMP085 barometer subsystem pressure conversion time.

Definition at line 293 of file bmp085.h.

◆ mode

bmp085_baro_mode_t BMP085Config::mode

BMP085 barometer subsystem mode.

Definition at line 298 of file bmp085.h.

◆ oss

bmp085_baro_oss_t BMP085Config::oss

BMP085 barometer subsystem oversampling setting.

Definition at line 303 of file bmp085.h.

◆ tct

bmp085_thermo_ct_t BMP085Config::tct

BMP085 thermometer subsystem temperature conversion time.

Definition at line 308 of file bmp085.h.