macro_rules! uart_hal_macro {
    ($(
        $UARTX:ident: ($powerDomain:ident, $uartX:ident),
    )+) => { ... };
}