USART2

Type Alias USART2 

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

Universal synchronous asynchronous receiver transmitter

See peripheral structure

Aliased Type§

pub struct USART2 { /* private fields */ }

Trait Implementations§

Source§

impl BaudPeriph for USART2

Available on neither crate feature wb nor crate feature wl.
Source§

fn baud(clock_cfg: &Clocks) -> u32

Source§

impl RccPeriph for USART2

Available on neither crate feature wb nor crate feature wl.