Type Alias teensy4_bsp::board::Lpuart6

source ·
pub type Lpuart6 = Lpuart<Pins<P1, P0>, 6>;
Expand description

LPUART6 peripheral.

  • Pin 1 is TX.
  • Pin 0 is RX.

Use lpuart to create this driver.

Aliased Type§

struct Lpuart6 { /* private fields */ }