ChibiOS  21.6.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 352 of file lps22hb.h.

Field Documentation

◆ spip

SPIDriver* LPS22HBConfig::spip

SPI driver associated to this LPS22HB.

Definition at line 358 of file lps22hb.h.

◆ spicfg

const SPIConfig* LPS22HBConfig::spicfg

SPI configuration associated to this LPS22HB.

Definition at line 362 of file lps22hb.h.

◆ i2cp

I2CDriver* LPS22HBConfig::i2cp

I2C driver associated to this LPS22HB.

Definition at line 368 of file lps22hb.h.

◆ i2ccfg

const I2CConfig* LPS22HBConfig::i2ccfg

I2C configuration associated to this LPS22HB.

Definition at line 372 of file lps22hb.h.

◆ slaveaddress

lps22hb_sad_t LPS22HBConfig::slaveaddress

LPS22HB slave address.

Definition at line 376 of file lps22hb.h.

◆ barosensitivity

float* LPS22HBConfig::barosensitivity

LPS22HB barometer subsystem initial sensitivity.

Definition at line 381 of file lps22hb.h.

◆ barobias

float* LPS22HBConfig::barobias

LPS22HB barometer subsystem initial bias.

Definition at line 385 of file lps22hb.h.

◆ thermosensitivity

float* LPS22HBConfig::thermosensitivity

LPS22HB thermometer subsystem initial sensitivity.

Definition at line 389 of file lps22hb.h.

◆ thermobias

float* LPS22HBConfig::thermobias

LPS22HB thermometer subsystem initial bias.

Definition at line 393 of file lps22hb.h.

◆ outputdatarate

lps22hb_odr_t LPS22HBConfig::outputdatarate

LPS22HB output data rate selection.

Definition at line 397 of file lps22hb.h.

◆ blockdataupdate

lps22hb_bdu_t LPS22HBConfig::blockdataupdate

LPS22HB block data update.

Definition at line 402 of file lps22hb.h.

◆ lowpass_filter

lps22hb_lp_t LPS22HBConfig::lowpass_filter

LPS22HB barometer subsystem resolution.

Definition at line 406 of file lps22hb.h.