Searched refs:UART_Int_ParityError (Results 1 – 2 of 2) sorted by relevance
199 if(UART_GetIntStatus(uart->uart_device, UART_Int_ParityError)) in CME_UART_IRQHandler()201 UART_ClearInt(uart->uart_device, UART_Int_ParityError); in CME_UART_IRQHandler()
79 #define UART_Int_ParityError 0x00000080 macro
Completed in 3 milliseconds