ChibiOS
0.0.0
|
LSM6DSL configuration structure. More...
#include <lsm6dsl.h>
Data Fields | |
SPIDriver * | spip |
SPI driver associated to this LSM6DSL. More... | |
const SPIConfig * | accspicfg |
SPI configuration associated to this LSM6DSL accelerometer subsystem. More... | |
I2CDriver * | i2cp |
I2C driver associated to this LSM6DSL. More... | |
const I2CConfig * | i2ccfg |
I2C configuration associated to this LSM6DSL accelerometer subsystem. More... | |
lsm6dsl_sad_t | slaveaddress |
LSM6DSL Slave Address. More... | |
float * | accsensitivity |
LSM6DSL accelerometer subsystem initial sensitivity. More... | |
float * | accbias |
LSM6DSL accelerometer subsystem initial bias. More... | |
lsm6dsl_acc_fs_t | accfullscale |
LSM6DSL accelerometer subsystem full scale. More... | |
lsm6dsl_acc_odr_t | accoutdatarate |
LSM6DSL accelerometer subsystem output data rate. More... | |
lsm6dsl_acc_lp_t | acclpmode |
LSM6DSL accelerometer subsystem low power mode. More... | |
float * | gyrosensitivity |
LSM6DSL gyroscope subsystem initial sensitivity. More... | |
float * | gyrobias |
LSM6DSL gyroscope subsystem initial bias. More... | |
lsm6dsl_gyro_fs_t | gyrofullscale |
LSM6DSL gyroscope subsystem full scale. More... | |
lsm6dsl_gyro_odr_t | gyrooutdatarate |
LSM6DSL gyroscope subsystem output data rate. More... | |
lsm6dsl_gyro_lp_t | gyrolpmode |
LSM6DSL gyroscope subsystem low mode configuration. More... | |
lsm6dsl_gyro_lpf_t | gyrolowpassfilter |
LSM6DSL gyroscope subsystem low pass filter configuration. More... | |
lsm6dsl_bdu_t | blockdataupdate |
LSM6DSL block data update. More... | |
lsm6dsl_end_t | endianness |
LSM6DSL endianness. More... | |
SPIDriver* LSM6DSLConfig::spip |
const SPIConfig* LSM6DSLConfig::accspicfg |
I2CDriver* LSM6DSLConfig::i2cp |
const I2CConfig* LSM6DSLConfig::i2ccfg |
lsm6dsl_sad_t LSM6DSLConfig::slaveaddress |
float* LSM6DSLConfig::accsensitivity |
float* LSM6DSLConfig::accbias |
lsm6dsl_acc_fs_t LSM6DSLConfig::accfullscale |
lsm6dsl_acc_odr_t LSM6DSLConfig::accoutdatarate |
lsm6dsl_acc_lp_t LSM6DSLConfig::acclpmode |
float* LSM6DSLConfig::gyrosensitivity |
float* LSM6DSLConfig::gyrobias |
lsm6dsl_gyro_fs_t LSM6DSLConfig::gyrofullscale |
lsm6dsl_gyro_odr_t LSM6DSLConfig::gyrooutdatarate |
lsm6dsl_gyro_lp_t LSM6DSLConfig::gyrolpmode |
lsm6dsl_gyro_lpf_t LSM6DSLConfig::gyrolowpassfilter |
lsm6dsl_bdu_t LSM6DSLConfig::blockdataupdate |
lsm6dsl_end_t LSM6DSLConfig::endianness |