Type Alias UART9

Source
pub type UART9 = Periph<RegisterBlock, 0x4001_1800>;
Expand description

Universal synchronous asynchronous receiver transmitter

See peripheral structure

Aliased Type§

struct UART9 { /* private fields */ }

Trait Implementations§

Source§

impl Debug for UART9

Source§

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

Formats the value using the given formatter. Read more