Type Alias atmega_hal::usart::Usart1

source ·
pub type Usart1<CLOCK> = Usart<USART1, Pin<Input, PD2>, Pin<Output, PD3>, CLOCK>;

Aliased Type§

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