SPISettings.h File Reference
Include dependency graph for SPISettings.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | SPISpeed |
Contains bus frequency and corresponding divisor/prescaler settings. More... | |
class | SPISettings |
enum | SpiMode : uint8_t { SPI_MODE0 = 0x00, SPI_MODE1 = 0x0F, SPI_MODE2 = 0xF0, SPI_MODE3 = 0xFF } |
const uint32_t | SPI_SPEED_DEFAULT = 4000000UL |