Type Alias UART4

Source
pub type UART4 = Periph<RegisterBlock, 0x4000_4c00>;
Expand description

Universal asynchronous receiver transmitter

See peripheral structure

Aliased Type§

struct UART4 { /* private fields */ }

Trait Implementations§

Source§

impl Debug for UART4

Source§

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

Formats the value using the given formatter. Read more