teensy4_bsp::board

Type Alias Lpuart2

Source
pub type Lpuart2 = Lpuart<Pins<P14, P15>, 2>;
Expand description

LPUART2 peripheral.

  • Pin 14 is TX.
  • Pin 15 is RX.

Use lpuart to create this driver.

Aliased Typeยง

struct Lpuart2 { /* private fields */ }