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