KM3NeT CLB
2.0
KM3NeT CLB v2 Embedded Software
|
Accelerator configuration structure. More...
#include <lsm303agr.h>
Data Fields | |
uint16_t | rate: 4 |
Accelerometer rate , one of LSM303AG_ACC_RATE_*. | |
uint16_t | hpcf: 2 |
High-pass filter, one of LSM303AG_ACC_HPCF_*. | |
uint16_t | fs: 2 |
Full scale of accelerometer, one of LSM303AGR_ACC_FS_*. | |
uint16_t | pm: 2 |
Power mode. | |
bool | bdu:1 |
Block data update. | |
bool | temp:1 |
Temperature sensor enable. | |
bool | fds:1 |
Filter data selection. | |
Accelerator configuration structure.
Definition at line 114 of file lsm303agr.h.