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