PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Driver for the Invensense ICM20948 connected via SPI. More...
Go to the source code of this file.
Classes | |
class | ICM20948_SPI |
Macros | |
#define | DIR_READ 0x80 |
#define | DIR_WRITE 0x00 |
#define | ICM20948_LOW_SPI_BUS_SPEED 1000*1000 |
#define | ICM20948_HIGH_SPI_BUS_SPEED 20*1000*1000 |
Functions | |
device::Device * | ICM20948_SPI_interface (int bus, uint32_t cs) |
Driver for the Invensense ICM20948 connected via SPI.
Definition in file icm20948_spi.cpp.
#define DIR_READ 0x80 |
Definition at line 47 of file icm20948_spi.cpp.
Referenced by ICM20948_SPI::read().
#define DIR_WRITE 0x00 |
Definition at line 48 of file icm20948_spi.cpp.
Referenced by ICM20948_SPI::write().
#define ICM20948_HIGH_SPI_BUS_SPEED 20*1000*1000 |
Definition at line 60 of file icm20948_spi.cpp.
Referenced by ICM20948_SPI::set_bus_frequency().
#define ICM20948_LOW_SPI_BUS_SPEED 1000*1000 |
Definition at line 59 of file icm20948_spi.cpp.
Referenced by ICM20948_SPI::set_bus_frequency().
device::Device* ICM20948_SPI_interface | ( | int | bus, |
uint32_t | cs | ||
) |
Definition at line 83 of file icm20948_spi.cpp.