Type Alias teensy4_bsp::board::Lpuart8

source ·
pub type Lpuart8 = Lpuart<Pins<P20, P21>, 8>;
Expand description

LPUART8 peripheral.

  • Pin 20 is TX.
  • Pin 21 is RX.

Use lpuart to create this driver.

Aliased Type§

struct Lpuart8 { /* private fields */ }