Searched refs:UART_USR_BUSY (Results 1 – 8 of 8) sorted by relevance
26 #define UART_USR_BUSY 0x01 /* UART busy indicator */ macro79 if ((usr & UART_USR_BUSY) == UART_USR_BUSY) in fiq_debugger_isr()
134 if (pReg->USR & UART_USR_BUSY) { in HAL_UART_Suspend()137 if (pReg->USR & UART_USR_BUSY) { in HAL_UART_Suspend()
146 #define UART_USR_BUSY (BIT(0)) macro
578 while ((pUart->USR & UART_USR_BUSY)) { in SOC_PutChar()593 if (pUart->USR & UART_USR_BUSY) { in SOC_UartSave()596 if (pUart->USR & UART_USR_BUSY) { in SOC_UartSave()
136 #define UART_USR_BUSY 0x01 /**< UART busy indicator */ macro
243 #define UART_STATUS_BUSY (UART_USR_BUSY)
1363 #define UART_USR_BUSY ((uint32_t)0x0001) macro
326 #define UART_USR_BUSY (BIT(0)) macro
Completed in 28 milliseconds