pub type Serial1<WORD = u8> = Serial<USART1, WORD>;
pub struct Serial1<WORD = u8> { /* private fields */ }