Contains the necessary configuration details required to initialize a SPI bus for communication with a target device.
Public Member Functions | |
constexpr bool | operator== (const Config &rhs) const |
constexpr bool | operator!= (const Config &rhs) const |
Public Attributes | |
ClockPolarity | polarity |
ClockPhase | phase |
BitsPerWord | bits_per_word |
BitOrder | bit_order |