Type Alias UART8

Source
pub type UART8 = Periph<RegisterBlock, 0x4000_7c00>;
Expand description

Universal synchronous asynchronous receiver transmitter

See peripheral structure

Aliased Type§

struct UART8 { /* private fields */ }

Trait Implementations§

Source§

impl Debug for UART8

Source§

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

Formats the value using the given formatter. Read more