modm API documentation
|
Public Typedefs | |
using | ConfigurationHandler = void (*)() |
The signature of the configuration function. | |
Public Types | |
enum | DataMode : uint8_t { DataMode::Mode0 = 0b00, DataMode::Mode1 = 0b01, DataMode::Mode2 = 0b10, DataMode::Mode3 = 0b11 } |
Spi Data Mode, Mode0 is the most common mode. More... | |
enum | DataOrder : uint8_t { MsbFirst = 0b0, LsbFirst = 0b1 } |
Spi Data Order, MsbFirst is the most common mode. | |
|
strong |