teensy4_bsp::board

Type Alias Lpspi2

Source
pub type Lpspi2<SDO, SDI, SCK, PCS0> = Lpspi<LpspiPins<SDO, SDI, SCK, PCS0>, 2>;
Expand description

LPSPI2 peripheral.

  • SDO: GPIO_SD_B1_08 or GPIO_EMC_02
  • SDI: GPIO_SD_B1_09 or GPIO_EMC_03
  • SCK: GPIO_SD_B1_07 or GPIO_EMC_00
  • PCS0: GPIO_SD_B1_06 or GPIO_EMC_01

Use lpspi to create this driver.

Aliased Typeยง

struct Lpspi2<SDO, SDI, SCK, PCS0> { /* private fields */ }