ChibiOS  0.0.0
LPS22HBConfig Struct Reference

LPS22HB configuration structure. More...

#include <lps22hb.h>

Collaboration diagram for LPS22HBConfig:
Collaboration graph

Data Fields

SPIDriverspip
 SPI driver associated to this LPS22HB. More...
 
const SPIConfigspicfg
 SPI configuration associated to this LPS22HB. More...
 
I2CDriveri2cp
 I2C driver associated to this LPS22HB. More...
 
const I2CConfigi2ccfg
 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...
 

Detailed Description

LPS22HB configuration structure.

Definition at line 353 of file lps22hb.h.

Field Documentation

SPIDriver* LPS22HBConfig::spip

SPI driver associated to this LPS22HB.

Definition at line 359 of file lps22hb.h.

const SPIConfig* LPS22HBConfig::spicfg

SPI configuration associated to this LPS22HB.

Definition at line 363 of file lps22hb.h.

I2CDriver* LPS22HBConfig::i2cp

I2C driver associated to this LPS22HB.

Definition at line 369 of file lps22hb.h.

Referenced by lps22hbStart().

const I2CConfig* LPS22HBConfig::i2ccfg

I2C configuration associated to this LPS22HB.

Definition at line 373 of file lps22hb.h.

lps22hb_sad_t LPS22HBConfig::slaveaddress

LPS22HB slave address.

Definition at line 377 of file lps22hb.h.

float* LPS22HBConfig::barosensitivity

LPS22HB barometer subsystem initial sensitivity.

Definition at line 382 of file lps22hb.h.

float* LPS22HBConfig::barobias

LPS22HB barometer subsystem initial bias.

Definition at line 386 of file lps22hb.h.

float* LPS22HBConfig::thermosensitivity

LPS22HB thermometer subsystem initial sensitivity.

Definition at line 390 of file lps22hb.h.

float* LPS22HBConfig::thermobias

LPS22HB thermometer subsystem initial bias.

Definition at line 394 of file lps22hb.h.

lps22hb_odr_t LPS22HBConfig::outputdatarate

LPS22HB output data rate selection.

Definition at line 398 of file lps22hb.h.

lps22hb_bdu_t LPS22HBConfig::blockdataupdate

LPS22HB block data update.

Definition at line 403 of file lps22hb.h.

lps22hb_lp_t LPS22HBConfig::lowpass_filter

LPS22HB barometer subsystem resolution.

Definition at line 407 of file lps22hb.h.