pub type Usart2<CLOCK> = Usart<USART2, Pin<Input, PH0>, Pin<Output, PH1>, CLOCK>;
struct Usart2<CLOCK> { /* private fields */ }