ChibiOS/EX 1.3.0
ADXL317Config Struct Reference

ADXL317 configuration structure. More...

#include <adxl317.h>

Collaboration diagram for ADXL317Config:
Collaboration graph

Data Fields

I2CDriver * i2cp
 I2C driver associated to this ADXL317.
const I2CConfig * i2ccfg
 I2C configuration associated to this ADXL317.
float * accsensitivity
 ADXL317 accelerometer subsystem initial sensitivity.
float * accbias
 ADXL317 accelerometer subsystem initial bias.
adxl317_acc_lp_t acclowpass
 ADXL317 LP filter bandwidth.
adxl317_acc_hp_t acchighpass
 ADXL317 HP filter bandwidth.

Detailed Description

ADXL317 configuration structure.

Definition at line 343 of file adxl317.h.

Field Documentation

◆ i2cp

I2CDriver* ADXL317Config::i2cp

I2C driver associated to this ADXL317.

Definition at line 349 of file adxl317.h.

◆ i2ccfg

const I2CConfig* ADXL317Config::i2ccfg

I2C configuration associated to this ADXL317.

Definition at line 353 of file adxl317.h.

◆ accsensitivity

float* ADXL317Config::accsensitivity

ADXL317 accelerometer subsystem initial sensitivity.

Definition at line 358 of file adxl317.h.

◆ accbias

float* ADXL317Config::accbias

ADXL317 accelerometer subsystem initial bias.

Definition at line 362 of file adxl317.h.

◆ acclowpass

adxl317_acc_lp_t ADXL317Config::acclowpass

ADXL317 LP filter bandwidth.

Definition at line 367 of file adxl317.h.

◆ acchighpass

adxl317_acc_hp_t ADXL317Config::acchighpass

ADXL317 HP filter bandwidth.

Definition at line 371 of file adxl317.h.