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