Searched refs:MXC_UART_GET_IDX (Results 1 – 2 of 2) sorted by relevance
111 uart_num = MXC_UART_GET_IDX(uart); in UART_Init()175 uart_num = MXC_UART_GET_IDX(uart); in UART_Shutdown()239 uart_num = MXC_UART_GET_IDX(uart); in UART_Handler()375 uart_num = MXC_UART_GET_IDX(uart); in UART_Read()445 uart_num = MXC_UART_GET_IDX(uart); in UART_Write()510 uart_num = MXC_UART_GET_IDX(uart); in UART_ReadAsync()562 uart_num = MXC_UART_GET_IDX(uart); in UART_WriteAsync()597 int uart_num = MXC_UART_GET_IDX(uart); // Holds the current index of tx_states in UART_Busy()
326 #define MXC_UART_GET_IDX(p) ((p) == MXC_UART0 ? 0 : \ macro
Completed in 6 milliseconds