Type Alias Serial4

Source
pub type Serial4<WORD = u8> = Serial<UART4, WORD>;

Aliased Typeยง

pub struct Serial4<WORD = u8> { /* private fields */ }