Type Alias teensy4_bsp::board::Lpspi4

source ·
pub type Lpspi4 = Lpspi<LpspiPins<P11, P12, P13, P10>, 4>;
Expand description

LPSPI4 peripheral.

  • Pin 10 is chip select (CS).
  • Pin 11 is data out (SDO).
  • Pin 12 is data in (SDI).
  • Pin 13 is clock (SCK).

Use lpspi to create this driver.

Aliased Type§

struct Lpspi4 { /* private fields */ }