Type Alias USART1

Source
pub type USART1 = Periph<RegisterBlock, 0x4001_1000>;
Expand description

Universal synchronous asynchronous receiver transmitter

See peripheral structure

Aliased Type§

struct USART1 { /* private fields */ }

Trait Implementations§

Source§

impl Debug for USART1

Source§

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

Formats the value using the given formatter. Read more