Type Alias USART4

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

Universal synchronous asynchronous receiver transmitter

See peripheral structure

Aliased Type§

pub struct USART4 { /* private fields */ }

Trait Implementations§

Source§

impl Debug for USART4

Source§

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

Formats the value using the given formatter. Read more