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