Type Alias teensy4_bsp::board::Lpuart1

source ·
pub type Lpuart1 = Lpuart<Pins<P24, P25>, 1>;
Expand description

LPUART1 peripheral.

  • Pin 24 is TX.
  • Pin 25 is RX.

Use lpuart to create this driver.

Aliased Type§

struct Lpuart1 { /* private fields */ }