Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/usart/
Dfsl_usart_freertos.c53 …xResult = xEventGroupSetBitsFromISR(handle->rxEvent, RTOS_USART_RING_BUFFER_OVERRUN, &xHigherPrior… in USART_RTOS_Callback()
332 …ev = xEventGroupWaitBits(handle->rxEvent, RTOS_USART_COMPLETE | RTOS_USART_RING_BUFFER_OVERRUN, pd… in USART_RTOS_Receive()
334 if ((ev & RTOS_USART_RING_BUFFER_OVERRUN) != 0U) in USART_RTOS_Receive()
Dfsl_usart_freertos.h54 #define RTOS_USART_RING_BUFFER_OVERRUN 0x2U macro