Type Alias UART0

Source
pub type UART0 = Periph<RegisterBlock, 0x3ff4_0000>;
Expand description

UART (Universal Asynchronous Receiver-Transmitter) Controller 0

Aliased Type§

pub struct UART0 { /* private fields */ }

Trait Implementations§

Source§

impl Debug for UART0

Source§

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

Formats the value using the given formatter. Read more