Type Alias Lpuart7

Source
pub type Lpuart7 = Lpuart<Pins<P29, P28>, 7>;
Expand description

LPUART7 peripheral.

  • Pin 29 is TX.
  • Pin 28 is RX.

Use lpuart to create this driver.

Aliased Typeยง

struct Lpuart7 { /* private fields */ }