pub type Usart1<CLOCK> = Usart<USART1, Pin<Input, PD2>, Pin<Output, PD3>, CLOCK>;
struct Usart1<CLOCK> { /* private fields */ }