Type Alias Serial8

Source
pub type Serial8<WORD = u8> = Serial<UART8, WORD>;

Aliased Typeยง

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