teensy4_bsp::board

Type Alias Lpuart3

Source
pub type Lpuart3 = Lpuart<Pins<P17, P16>, 3>;
Expand description

LPUART3 peripheral.

  • Pin 17 is TX.
  • Pin 16 is RX.

Use lpuart to create this driver.

Aliased Typeยง

struct Lpuart3 { /* private fields */ }