teensy4_bsp::board

Type Alias 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 */ }