Searched refs:xHigherPriorityTaskWoken (Results 1 – 7 of 7) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/drivers/iuart/ |
| D | fsl_uart_freertos.c | 22 BaseType_t xHigherPriorityTaskWoken, xResult; in UART_RTOS_Callback() local 24 xHigherPriorityTaskWoken = pdFALSE; in UART_RTOS_Callback() 29 …Result = xEventGroupSetBitsFromISR(handle->rxEvent, RTOS_UART_COMPLETE, &xHigherPriorityTaskWoken); in UART_RTOS_Callback() 33 …Result = xEventGroupSetBitsFromISR(handle->txEvent, RTOS_UART_COMPLETE, &xHigherPriorityTaskWoken); in UART_RTOS_Callback() 37 …ventGroupSetBitsFromISR(handle->rxEvent, RTOS_UART_RING_BUFFER_OVERRUN, &xHigherPriorityTaskWoken); in UART_RTOS_Callback() 44 …GroupSetBitsFromISR(handle->rxEvent, RTOS_UART_HARDWARE_BUFFER_OVERRUN, &xHigherPriorityTaskWoken); in UART_RTOS_Callback() 53 portYIELD_FROM_ISR(xHigherPriorityTaskWoken); in UART_RTOS_Callback()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/uart/ |
| D | fsl_uart_freertos.c | 22 BaseType_t xHigherPriorityTaskWoken, xResult; in UART_RTOS_Callback() local 24 xHigherPriorityTaskWoken = pdFALSE; in UART_RTOS_Callback() 29 …Result = xEventGroupSetBitsFromISR(handle->rxEvent, RTOS_UART_COMPLETE, &xHigherPriorityTaskWoken); in UART_RTOS_Callback() 33 …Result = xEventGroupSetBitsFromISR(handle->txEvent, RTOS_UART_COMPLETE, &xHigherPriorityTaskWoken); in UART_RTOS_Callback() 37 …ventGroupSetBitsFromISR(handle->rxEvent, RTOS_UART_RING_BUFFER_OVERRUN, &xHigherPriorityTaskWoken); in UART_RTOS_Callback() 44 …GroupSetBitsFromISR(handle->rxEvent, RTOS_UART_HARDWARE_BUFFER_OVERRUN, &xHigherPriorityTaskWoken); in UART_RTOS_Callback() 53 portYIELD_FROM_ISR(xHigherPriorityTaskWoken); in UART_RTOS_Callback()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpuart/ |
| D | fsl_lpuart_freertos.c | 34 BaseType_t xHigherPriorityTaskWoken, xResult; in LPUART_RTOS_Callback() local 36 xHigherPriorityTaskWoken = pdFALSE; in LPUART_RTOS_Callback() 41 …t = xEventGroupSetBitsFromISR(handle->rxEvent, RTOS_LPUART_RX_COMPLETE, &xHigherPriorityTaskWoken); in LPUART_RTOS_Callback() 45 …t = xEventGroupSetBitsFromISR(handle->txEvent, RTOS_LPUART_TX_COMPLETE, &xHigherPriorityTaskWoken); in LPUART_RTOS_Callback() 50 …ntGroupSetBitsFromISR(handle->rxEvent, RTOS_LPUART_RING_BUFFER_OVERRUN, &xHigherPriorityTaskWoken); in LPUART_RTOS_Callback() 57 …oupSetBitsFromISR(handle->rxEvent, RTOS_LPUART_HARDWARE_BUFFER_OVERRUN, &xHigherPriorityTaskWoken); in LPUART_RTOS_Callback() 66 portYIELD_FROM_ISR(xHigherPriorityTaskWoken); in LPUART_RTOS_Callback()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpuart/ |
| D | fsl_lpuart_freertos.c | 22 BaseType_t xHigherPriorityTaskWoken, xResult; in LPUART_RTOS_Callback() local 24 xHigherPriorityTaskWoken = pdFALSE; in LPUART_RTOS_Callback() 29 …t = xEventGroupSetBitsFromISR(handle->rxEvent, RTOS_LPUART_RX_COMPLETE, &xHigherPriorityTaskWoken); in LPUART_RTOS_Callback() 33 …t = xEventGroupSetBitsFromISR(handle->txEvent, RTOS_LPUART_TX_COMPLETE, &xHigherPriorityTaskWoken); in LPUART_RTOS_Callback() 38 …ntGroupSetBitsFromISR(handle->rxEvent, RTOS_LPUART_RING_BUFFER_OVERRUN, &xHigherPriorityTaskWoken); in LPUART_RTOS_Callback() 45 …oupSetBitsFromISR(handle->rxEvent, RTOS_LPUART_HARDWARE_BUFFER_OVERRUN, &xHigherPriorityTaskWoken); in LPUART_RTOS_Callback() 54 portYIELD_FROM_ISR(xHigherPriorityTaskWoken); in LPUART_RTOS_Callback()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/ |
| D | fsl_lpuart_freertos.c | 34 BaseType_t xHigherPriorityTaskWoken, xResult; in LPUART_RTOS_Callback() local 36 xHigherPriorityTaskWoken = pdFALSE; in LPUART_RTOS_Callback() 41 …t = xEventGroupSetBitsFromISR(handle->rxEvent, RTOS_LPUART_RX_COMPLETE, &xHigherPriorityTaskWoken); in LPUART_RTOS_Callback() 45 …t = xEventGroupSetBitsFromISR(handle->txEvent, RTOS_LPUART_TX_COMPLETE, &xHigherPriorityTaskWoken); in LPUART_RTOS_Callback() 50 …ntGroupSetBitsFromISR(handle->rxEvent, RTOS_LPUART_RING_BUFFER_OVERRUN, &xHigherPriorityTaskWoken); in LPUART_RTOS_Callback() 57 …oupSetBitsFromISR(handle->rxEvent, RTOS_LPUART_HARDWARE_BUFFER_OVERRUN, &xHigherPriorityTaskWoken); in LPUART_RTOS_Callback() 66 portYIELD_FROM_ISR(xHigherPriorityTaskWoken); in LPUART_RTOS_Callback()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/usart/ |
| D | fsl_usart_freertos.c | 38 BaseType_t xHigherPriorityTaskWoken, xResult; in USART_RTOS_Callback() local 40 xHigherPriorityTaskWoken = pdFALSE; in USART_RTOS_Callback() 45 …esult = xEventGroupSetBitsFromISR(handle->rxEvent, RTOS_USART_COMPLETE, &xHigherPriorityTaskWoken); in USART_RTOS_Callback() 49 …esult = xEventGroupSetBitsFromISR(handle->txEvent, RTOS_USART_COMPLETE, &xHigherPriorityTaskWoken); in USART_RTOS_Callback() 53 …entGroupSetBitsFromISR(handle->rxEvent, RTOS_USART_RING_BUFFER_OVERRUN, &xHigherPriorityTaskWoken); in USART_RTOS_Callback() 62 portYIELD_FROM_ISR(xHigherPriorityTaskWoken); in USART_RTOS_Callback()
|
| /hal_nxp-latest/mcux/mcux-sdk/boards/mekmimx8qx/ |
| D | board.c | 1083 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in BOARD_MU_IRQHandler() local 1086 xTimerStartFromISR(s_scuEventTimer, &xHigherPriorityTaskWoken); in BOARD_MU_IRQHandler() 1087 if (xHigherPriorityTaskWoken != pdFALSE) in BOARD_MU_IRQHandler()
|