Skip to main content
Pigweed's logo Pigweed
  1. Home
  2. Reference
  3. C/C++
  4. Pw_spi
  5. pw::spi::Config Struct Reference
Loading...
Searching...
No Matches
pw::spi::Config Struct Reference

Overview

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
 

The documentation for this struct was generated from the following file: