Type Alias USART2

Source
pub type USART2 = Periph<RegisterBlock, 0x4000_4400>;
Expand description

Universal synchronous asynchronous receiver transmitter

See peripheral structure

Aliased Type§

struct USART2 { /* private fields */ }

Trait Implementations§

Source§

impl Debug for USART2

Source§

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

Formats the value using the given formatter. Read more