teensy4_bsp::board

Type Alias Lpuart6

Source
pub type Lpuart6 = Lpuart<Pins<P1, P0>, 6>;
Expand description

LPUART6 peripheral.

  • Pin 1 is TX.
  • Pin 0 is RX.

Use lpuart to create this driver.

Aliased Typeยง

struct Lpuart6 { /* private fields */ }