ChibiOS
0.0.0
|
L3GD20 configuration structure. More...
#include <l3gd20.h>
Data Fields | |
SPIDriver * | spip |
SPI driver associated to this L3GD20. More... | |
const SPIConfig * | spicfg |
SPI configuration associated to this L3GD20. More... | |
I2CDriver * | i2cp |
I2C driver associated to this L3GD20. More... | |
const I2CConfig * | i2ccfg |
I2C configuration associated to this L3GD20. More... | |
float * | gyrosensitivity |
L3GD20 gyroscope system initial sensitivity. More... | |
float * | gyrobias |
L3GD20 gyroscope system initial bias. More... | |
l3gd20_fs_t | gyrofullscale |
L3GD20 gyroscope system initial full scale value. More... | |
l3gd20_odr_t | gyrooutputdatarate |
L3GD20 gyroscope system output data rate selection. More... | |
l3gd20_bdu_t | gyroblockdataupdate |
L3GD20 gyroscope system block data update. More... | |
l3gd20_end_t | gyroendianness |
L3GD20 gyroscope system endianness. More... | |
l3gd20_bw_t | gyrobandwidth |
L3GD20 gyroscope system LP1 filter bandwidth. More... | |
l3gd20_hpm_t | gyrohpmode |
L3GD20 gyroscope system HP filter mode. More... | |
l3gd20_hpcf_t | gyrohpconfiguration |
L3GD20 gyroscope system HP configuration. More... | |
l3gd20_lp2m_t | gyrolp2mode |
L3GD20 gyroscope system LP2 filter mode. More... | |
SPIDriver* L3GD20Config::spip |
const SPIConfig* L3GD20Config::spicfg |
I2CDriver* L3GD20Config::i2cp |
const I2CConfig* L3GD20Config::i2ccfg |
float* L3GD20Config::gyrosensitivity |
float* L3GD20Config::gyrobias |
l3gd20_fs_t L3GD20Config::gyrofullscale |
l3gd20_odr_t L3GD20Config::gyrooutputdatarate |
l3gd20_bdu_t L3GD20Config::gyroblockdataupdate |
l3gd20_end_t L3GD20Config::gyroendianness |
l3gd20_bw_t L3GD20Config::gyrobandwidth |
l3gd20_hpm_t L3GD20Config::gyrohpmode |
l3gd20_hpcf_t L3GD20Config::gyrohpconfiguration |
l3gd20_lp2m_t L3GD20Config::gyrolp2mode |