Home
last modified time | relevance | path

Searched refs:UART_Int_RxNotEmpty (Results 1 – 2 of 2) sorted by relevance

/bsp/CME_M7/drivers/
A Duart.c75 UART_EnableInt(uart->uart_device, UART_Int_RxNotEmpty, FALSE); in CME_M7_control()
86 UART_ClearInt(uart->uart_device, UART_Int_RxNotEmpty); in CME_M7_control()
87 UART_EnableInt(uart->uart_device, UART_Int_RxNotEmpty, TRUE); in CME_M7_control()
178 if(UART_GetIntStatus(uart->uart_device, UART_Int_RxNotEmpty)) in CME_UART_IRQHandler()
180 UART_ClearInt(uart->uart_device, UART_Int_RxNotEmpty); in CME_UART_IRQHandler()
/bsp/CME_M7/StdPeriph_Driver/inc/
A Dcmem7_uart.h72 #define UART_Int_RxNotEmpty 0x00000001 macro

Completed in 7 milliseconds