pub type Lpspi3<SDI, CS> = Lpspi<LpspiPins<P26, SDI, P27, CS>, 3>;
Expand description
LPSPI3 peripheral.
CS and SDI have two options each for which pin to use.
- Pin 26 is data out (SDO).
- Pin 39 or 1 is data in (SDI).
- Pin 27 is clock (SCK).
- Pin 0 or 38 is chip select (CS).
Use lpspi
to create this driver.
Aliased Typeยง
struct Lpspi3<SDI, CS> { /* private fields */ }