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