Type Alias teensy4_bsp::board::Lpuart4

source ·
pub type Lpuart4 = Lpuart<Pins<P8, P7>, 4>;
Expand description

LPUART4 peripheral.

  • Pin 8 is TX.
  • Pin 7 is RX.

Use lpuart to create this driver.

Aliased Type§

struct Lpuart4 { /* private fields */ }