Type Alias UART5

Source
pub type UART5 = Periph<RegisterBlock, 0x4000_5000>;
Expand description

Universal synchronous asynchronous receiver transmitter

See peripheral structure

Aliased Type§

struct UART5 { /* private fields */ }

Trait Implementations§

Source§

impl Debug for UART5

Source§

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

Formats the value using the given formatter. Read more