PX4 Firmware
PX4 Autopilot Software http://px4.io
SPI.hpp File Reference
#include "../CDev.hpp"
#include "dev_fs_lib_spi.h"
Include dependency graph for SPI.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  __EXPORT::SPI
 Abstract class for character device on SPI. More...
 

Namespaces

 __EXPORT
 

Enumerations

enum  spi_mode_e { SPIDEV_MODE0 = 0, SPIDEV_MODE1 = 1, SPIDEV_MODE2 = 2, SPIDEV_MODE3 = 3 }
 

Enumeration Type Documentation

◆ spi_mode_e

enum spi_mode_e
Enumerator
SPIDEV_MODE0 
SPIDEV_MODE1 
SPIDEV_MODE2 
SPIDEV_MODE3 

Definition at line 46 of file SPI.hpp.