ChibiOS/EX  1.2.0
LPS25HConfig Struct Reference

LPS25H configuration structure. More...

#include <lps25h.h>

Collaboration diagram for LPS25HConfig:
Collaboration graph

Data Fields

SPIDriver * spip
 SPI driver associated to this LPS25H. More...
 
const SPIConfig * spicfg
 SPI configuration associated to this LPS25H. More...
 
I2CDriver * i2cp
 I2C driver associated to this LPS25H. More...
 
const I2CConfig * i2ccfg
 I2C configuration associated to this LPS25H. More...
 
lps25h_sad_t slaveaddress
 LPS25H slave address. More...
 
float * barosensitivity
 LPS25H barometer subsystem initial sensitivity. More...
 
float * barobias
 LPS25H barometer subsystem initial bias. More...
 
float * thermosensitivity
 LPS25H thermometer subsystem initial sensitivity. More...
 
float * thermobias
 LPS25H thermometer subsystem initial bias. More...
 
lps25h_odr_t outputdatarate
 LPS25H output data rate selection. More...
 
lps25h_bdu_t blockdataupdate
 LPS25H block data update. More...
 
lps25h_avgp_t baroresolution
 LPS25H barometer subsystem resolution. More...
 
lps25h_avgt_t thermoresolution
 LPS25H thermometer subsystem resolution. More...
 

Detailed Description

LPS25H configuration structure.

Definition at line 364 of file lps25h.h.

Field Documentation

◆ spip

SPIDriver* LPS25HConfig::spip

SPI driver associated to this LPS25H.

Definition at line 370 of file lps25h.h.

◆ spicfg

const SPIConfig* LPS25HConfig::spicfg

SPI configuration associated to this LPS25H.

Definition at line 374 of file lps25h.h.

◆ i2cp

I2CDriver* LPS25HConfig::i2cp

I2C driver associated to this LPS25H.

Definition at line 380 of file lps25h.h.

◆ i2ccfg

const I2CConfig* LPS25HConfig::i2ccfg

I2C configuration associated to this LPS25H.

Definition at line 384 of file lps25h.h.

◆ slaveaddress

lps25h_sad_t LPS25HConfig::slaveaddress

LPS25H slave address.

Definition at line 388 of file lps25h.h.

◆ barosensitivity

float* LPS25HConfig::barosensitivity

LPS25H barometer subsystem initial sensitivity.

Definition at line 393 of file lps25h.h.

◆ barobias

float* LPS25HConfig::barobias

LPS25H barometer subsystem initial bias.

Definition at line 397 of file lps25h.h.

◆ thermosensitivity

float* LPS25HConfig::thermosensitivity

LPS25H thermometer subsystem initial sensitivity.

Definition at line 401 of file lps25h.h.

◆ thermobias

float* LPS25HConfig::thermobias

LPS25H thermometer subsystem initial bias.

Definition at line 405 of file lps25h.h.

◆ outputdatarate

lps25h_odr_t LPS25HConfig::outputdatarate

LPS25H output data rate selection.

Definition at line 409 of file lps25h.h.

◆ blockdataupdate

lps25h_bdu_t LPS25HConfig::blockdataupdate

LPS25H block data update.

Definition at line 414 of file lps25h.h.

◆ baroresolution

lps25h_avgp_t LPS25HConfig::baroresolution

LPS25H barometer subsystem resolution.

Definition at line 418 of file lps25h.h.

◆ thermoresolution

lps25h_avgt_t LPS25HConfig::thermoresolution

LPS25H thermometer subsystem resolution.

Definition at line 422 of file lps25h.h.