|
ChibiOS/EX 1.3.0
|
ADXL317 configuration structure. More...
#include <adxl317.h>

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. | |
| I2CDriver* ADXL317Config::i2cp |
| const I2CConfig* ADXL317Config::i2ccfg |
| float* ADXL317Config::accsensitivity |
| float* ADXL317Config::accbias |
| adxl317_acc_lp_t ADXL317Config::acclowpass |
| adxl317_acc_hp_t ADXL317Config::acchighpass |