|
Hardware Abstraction Layer for FreeRTOS
|
#include <mpu9250.h>

Data Fields | |
| struct hal | gen |
| const struct spi_opt | opt |
| const uint32_t | spi |
| uint32_t | index |
| struct spi_slave * | slave |
| struct mpu9250_accel * | accel |
| struct mpu9250_gyro * | gyro |
| uint32_t | bank |
Private Structure of MPU9250 driver
| struct mpu9250_accel* mpu9250::accel |
Accelerator Instance
| uint32_t mpu9250::bank |
last seleced bank only used with ICM20948
| struct hal mpu9250::gen |
| struct mpu9250_gyro* mpu9250::gyro |
Gyro Instance
| uint32_t mpu9250::index |
Index of Driver
| const struct spi_opt mpu9250::opt |
SPI Options
| struct spi_slave* mpu9250::slave |
SPI Slave Instance
| const uint32_t mpu9250::spi |
SPI Index ID