Type Alias atmega_hal::usart::Usart2

source ·
pub type Usart2<CLOCK> = Usart<USART2, Pin<Input, PH0>, Pin<Output, PH1>, CLOCK>;

Aliased Type§

struct Usart2<CLOCK> { /* private fields */ }