Go to the source code of this file.
|
| enum | duds::hardware::devices::instruments::LSM9DS1_internal::AccelGyroRegs {
duds::hardware::devices::instruments::LSM9DS1_internal::AgrDeviceId = 0xF,
duds::hardware::devices::instruments::LSM9DS1_internal::AgrGyroConfig1,
duds::hardware::devices::instruments::LSM9DS1_internal::AgrGyroConfig2,
duds::hardware::devices::instruments::LSM9DS1_internal::AgrGyroConfig3,
duds::hardware::devices::instruments::LSM9DS1_internal::AgrTemp = 0x15,
duds::hardware::devices::instruments::LSM9DS1_internal::AgrStatusPreGyro = 0x17,
duds::hardware::devices::instruments::LSM9DS1_internal::AgrGyroSampleX,
duds::hardware::devices::instruments::LSM9DS1_internal::AgrGyroSampleY = 0x1A,
duds::hardware::devices::instruments::LSM9DS1_internal::AgrGyroSampleZ = 0x1C,
duds::hardware::devices::instruments::LSM9DS1_internal::AgrGyroConfig4 = 0x1E,
duds::hardware::devices::instruments::LSM9DS1_internal::AgrAccelConfig5,
duds::hardware::devices::instruments::LSM9DS1_internal::AgrAccelConfig6,
duds::hardware::devices::instruments::LSM9DS1_internal::AgrAccelConfig7,
duds::hardware::devices::instruments::LSM9DS1_internal::AgrConfig8,
duds::hardware::devices::instruments::LSM9DS1_internal::AgrConfig9,
duds::hardware::devices::instruments::LSM9DS1_internal::AgrStatusPreAccel = 0x27,
duds::hardware::devices::instruments::LSM9DS1_internal::AgrAccelSampleX,
duds::hardware::devices::instruments::LSM9DS1_internal::AgrAccelSampleY = 0x2A,
duds::hardware::devices::instruments::LSM9DS1_internal::AgrAccelSampleZ = 0x2C,
duds::hardware::devices::instruments::LSM9DS1_internal::AgrFifoConfig = 0x2E,
duds::hardware::devices::instruments::LSM9DS1_internal::AgrFifoStatus
} |
| | The registers for the accelerometer and gyroscope device. More...
|
| |
| enum | duds::hardware::devices::instruments::LSM9DS1_internal::MagRegs {
duds::hardware::devices::instruments::LSM9DS1_internal::MagOffsetX = 5,
duds::hardware::devices::instruments::LSM9DS1_internal::MagOffsetY = 7,
duds::hardware::devices::instruments::LSM9DS1_internal::MagOffsetZ = 9,
duds::hardware::devices::instruments::LSM9DS1_internal::MagDeviceId = 0xF,
duds::hardware::devices::instruments::LSM9DS1_internal::MagConfig1 = 0x20,
duds::hardware::devices::instruments::LSM9DS1_internal::MagConfig2,
duds::hardware::devices::instruments::LSM9DS1_internal::MagConfig3,
duds::hardware::devices::instruments::LSM9DS1_internal::MagConfig4,
duds::hardware::devices::instruments::LSM9DS1_internal::MagConfig5,
duds::hardware::devices::instruments::LSM9DS1_internal::MagStatus = 0x27,
duds::hardware::devices::instruments::LSM9DS1_internal::MagSampleX,
duds::hardware::devices::instruments::LSM9DS1_internal::MagSampleY = 0x2A,
duds::hardware::devices::instruments::LSM9DS1_internal::MagSampleZ = 0x2C
} |
| | The registers for the magnetometer device. More...
|
| |