Searched refs:UART_Int_RxThresholdReach (Results 1 – 2 of 2) sorted by relevance
184 if(UART_GetIntStatus(uart->uart_device, UART_Int_RxThresholdReach)) in CME_UART_IRQHandler()186 UART_ClearInt(uart->uart_device, UART_Int_RxThresholdReach); in CME_UART_IRQHandler()
82 #define UART_Int_RxThresholdReach 0x00000400 macro
Completed in 3 milliseconds