|
ChibiOS
20.3.4
|
LSM6DS0 configuration structure. More...
#include <lsm6ds0.h>

Data Fields | |
| SPIDriver * | spip |
| SPI driver associated to this LSM6DS0. More... | |
| const SPIConfig * | accspicfg |
| SPI configuration associated to this LSM6DS0 accelerometer subsystem. More... | |
| I2CDriver * | i2cp |
| I2C driver associated to this LSM6DS0. More... | |
| const I2CConfig * | i2ccfg |
| I2C configuration associated to this LSM6DS0 accelerometer subsystem. More... | |
| lsm6ds0_sad_t | slaveaddress |
| LSM6DS0 Slave Address. More... | |
| float * | accsensitivity |
| LSM6DS0 accelerometer subsystem initial sensitivity. More... | |
| float * | accbias |
| LSM6DS0 accelerometer subsystem initial bias. More... | |
| lsm6ds0_acc_fs_t | accfullscale |
| LSM6DS0 accelerometer subsystem full scale. More... | |
| lsm6ds0_acc_odr_t | accoutdatarate |
| LSM6DS0 accelerometer subsystem output data rate. More... | |
| lsm6ds0_acc_dec_t | accdecmode |
| LSM6DS0 accelerometer subsystem decimation mode. More... | |
| float * | gyrosensitivity |
| LSM6DS0 gyroscope subsystem initial sensitivity. More... | |
| float * | gyrobias |
| LSM6DS0 gyroscope subsystem initial bias. More... | |
| lsm6ds0_gyro_fs_t | gyrofullscale |
| LSM6DS0 gyroscope subsystem full scale. More... | |
| lsm6ds0_gyro_odr_t | gyrooutdatarate |
| LSM6DS0 gyroscope subsystem output data rate. More... | |
| lsm6ds0_gyro_lp_t | gyrolowmodecfg |
| LSM6DS0 gyroscope subsystem low mode configuration. More... | |
| lsm6ds0_gyro_out_sel_t | gyrooutsel |
| LSM6DS0 gyroscope subsystem output selection. More... | |
| lsm6ds0_gyro_hp_t | gyrohpfenable |
| LSM6DS0 gyroscope subsystem high pass filter. More... | |
| lsm6ds0_gyro_hpcf_t | gyrohpcfg |
| LSM6DS0 gyroscope subsystem high pass filter configuration. More... | |
| lsm6ds0_bdu_t | blockdataupdate |
| LSM6DS0 block data update. More... | |
| lsm6ds0_end_t | endianness |
| LSM6DS0 endianness. More... | |
| SPIDriver* LSM6DS0Config::spip |
| const SPIConfig* LSM6DS0Config::accspicfg |
| I2CDriver* LSM6DS0Config::i2cp |
| const I2CConfig* LSM6DS0Config::i2ccfg |
| lsm6ds0_sad_t LSM6DS0Config::slaveaddress |
| float* LSM6DS0Config::accsensitivity |
| float* LSM6DS0Config::accbias |
| lsm6ds0_acc_fs_t LSM6DS0Config::accfullscale |
| lsm6ds0_acc_odr_t LSM6DS0Config::accoutdatarate |
| lsm6ds0_acc_dec_t LSM6DS0Config::accdecmode |
| float* LSM6DS0Config::gyrosensitivity |
| float* LSM6DS0Config::gyrobias |
| lsm6ds0_gyro_fs_t LSM6DS0Config::gyrofullscale |
| lsm6ds0_gyro_odr_t LSM6DS0Config::gyrooutdatarate |
| lsm6ds0_gyro_lp_t LSM6DS0Config::gyrolowmodecfg |
| lsm6ds0_gyro_out_sel_t LSM6DS0Config::gyrooutsel |
| lsm6ds0_gyro_hp_t LSM6DS0Config::gyrohpfenable |
| lsm6ds0_gyro_hpcf_t LSM6DS0Config::gyrohpcfg |
| lsm6ds0_bdu_t LSM6DS0Config::blockdataupdate |
| lsm6ds0_end_t LSM6DS0Config::endianness |