ChibiOS/EX 1.3.0
ADXL355Config Struct Reference

ADXL355 configuration structure. More...

#include <adxl355.h>

Collaboration diagram for ADXL355Config:
Collaboration graph

Data Fields

SPIDriver * spip
 SPI driver associated to this ADXL355.
const SPIConfig * spicfg
 SPI configuration associated to this ADXL355.
I2CDriver * i2cp
 I2C driver associated to this ADXL355.
const I2CConfig * i2ccfg
 I2C configuration associated to this ADXL355.
float * accsensitivity
 ADXL355 accelerometer subsystem initial sensitivity.
float * accbias
 ADXL355 accelerometer subsystem initial bias.
adxl355_acc_fs_t accfullscale
 ADXL355 accelerometer subsystem initial full scale.
adxl355_acc_odr_t accodr
 ADXL355 output data rate selection.
adxl355_acc_hp_t acchighpass
 ADXL355 HP filter bandwidth.

Detailed Description

ADXL355 configuration structure.

Definition at line 388 of file adxl355.h.

Field Documentation

◆ spip

SPIDriver* ADXL355Config::spip

SPI driver associated to this ADXL355.

Definition at line 394 of file adxl355.h.

◆ spicfg

const SPIConfig* ADXL355Config::spicfg

SPI configuration associated to this ADXL355.

Definition at line 398 of file adxl355.h.

◆ i2cp

I2CDriver* ADXL355Config::i2cp

I2C driver associated to this ADXL355.

Definition at line 404 of file adxl355.h.

◆ i2ccfg

const I2CConfig* ADXL355Config::i2ccfg

I2C configuration associated to this ADXL355.

Definition at line 408 of file adxl355.h.

◆ accsensitivity

float* ADXL355Config::accsensitivity

ADXL355 accelerometer subsystem initial sensitivity.

Definition at line 413 of file adxl355.h.

◆ accbias

float* ADXL355Config::accbias

ADXL355 accelerometer subsystem initial bias.

Definition at line 417 of file adxl355.h.

◆ accfullscale

adxl355_acc_fs_t ADXL355Config::accfullscale

ADXL355 accelerometer subsystem initial full scale.

Definition at line 421 of file adxl355.h.

◆ accodr

adxl355_acc_odr_t ADXL355Config::accodr

ADXL355 output data rate selection.

Definition at line 425 of file adxl355.h.

◆ acchighpass

adxl355_acc_hp_t ADXL355Config::acchighpass

ADXL355 HP filter bandwidth.

Definition at line 430 of file adxl355.h.