Type Alias UART1

Source
pub type UART1 = Periph<RegisterBlock, 0x3f41_0000>;
Expand description

UART (Universal Asynchronous Receiver-Transmitter) Controller 1

Aliased Type§

pub struct UART1 { /* private fields */ }

Trait Implementations§

Source§

impl Debug for UART1

Source§

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

Formats the value using the given formatter. Read more