macro_rules! uart_hal_macro {
($(
$UARTX:ident: ($powerDomain:ident, $uartX:ident),
)+) => { ... };
}Expand description
! An internal macro to implement the UART functionality for each peripheral
macro_rules! uart_hal_macro {
($(
$UARTX:ident: ($powerDomain:ident, $uartX:ident),
)+) => { ... };
}! An internal macro to implement the UART functionality for each peripheral