Searched refs:ASR_UART_NUM (Results 1 – 1 of 1) sorted by relevance
18 #define ASR_UART_NUM DUET_UART_NUM macro75 static uint32_t g_uartTxMutex[ASR_UART_NUM];76 static uint32_t g_uartRxMutex[ASR_UART_NUM];77 static uint8_t *rx_buf[ASR_UART_NUM];78 static uint16_t rx_head[ASR_UART_NUM];79 static uint16_t rx_tail[ASR_UART_NUM];85 static const asr_uart_callback_func g_evtHandler[ASR_UART_NUM] = {458 if (udd->resource.port >= ASR_UART_NUM) { in UartHostDevInit()