Type Alias LP_UART

Source
pub type LP_UART = Periph<RegisterBlock, 0x600b_1400>;
Expand description

Low-power UART (Universal Asynchronous Receiver-Transmitter) Controller

Aliased Type§

pub struct LP_UART { /* private fields */ }

Trait Implementations§

Source§

impl Debug for LP_UART

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more