Type Alias UART2

Source
pub type UART2 = Periph<RegisterBlock, 0x6002_e000>;
Expand description

UART (Universal Asynchronous Receiver-Transmitter) Controller 2

Aliased Type§

pub struct UART2 { /* private fields */ }

Trait Implementations§

Source§

impl Debug for UART2

Source§

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

Formats the value using the given formatter. Read more