pub type Usart0<CLOCK> = Usart<USART0, Pin<Input, PE0>, Pin<Output, PE1>, CLOCK>;
struct Usart0<CLOCK> { /* private fields */ }