uart

Macro uart 

Source
macro_rules! uart {
    ($(
        $UARTX:ident: $PACUARTX:ty,
    )+) => { ... };
}