| /hal_nxp-latest/mcux/mcux-sdk/drivers/iuart/ |
| D | fsl_uart_freertos.c | 224 EventBits_t ev; in UART_RTOS_Send() local 259 ev = xEventGroupWaitBits(handle->txEvent, RTOS_UART_COMPLETE, pdTRUE, pdFALSE, portMAX_DELAY); in UART_RTOS_Send() 260 if ((ev & RTOS_UART_COMPLETE) == 0U) in UART_RTOS_Send() 293 EventBits_t ev; in UART_RTOS_Receive() local 335 ev = xEventGroupWaitBits(handle->rxEvent, in UART_RTOS_Receive() 338 if ((ev & RTOS_UART_HARDWARE_BUFFER_OVERRUN) != 0U) in UART_RTOS_Receive() 348 else if ((ev & RTOS_UART_RING_BUFFER_OVERRUN) != 0U) in UART_RTOS_Receive() 358 else if ((ev & RTOS_UART_COMPLETE) != 0U) in UART_RTOS_Receive()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/uart/ |
| D | fsl_uart_freertos.c | 224 EventBits_t ev; in UART_RTOS_Send() local 259 ev = xEventGroupWaitBits(handle->txEvent, RTOS_UART_COMPLETE, pdTRUE, pdFALSE, portMAX_DELAY); in UART_RTOS_Send() 260 if ((ev & RTOS_UART_COMPLETE) == 0U) in UART_RTOS_Send() 293 EventBits_t ev; in UART_RTOS_Receive() local 335 ev = xEventGroupWaitBits(handle->rxEvent, in UART_RTOS_Receive() 338 if ((ev & RTOS_UART_HARDWARE_BUFFER_OVERRUN) != 0U) in UART_RTOS_Receive() 348 else if ((ev & RTOS_UART_RING_BUFFER_OVERRUN) != 0U) in UART_RTOS_Receive() 358 else if ((ev & RTOS_UART_COMPLETE) != 0U) in UART_RTOS_Receive()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/lpuart/ |
| D | fsl_lpuart_freertos.c | 246 EventBits_t ev; in LPUART_RTOS_Send() local 283 ev = xEventGroupWaitBits(handle->txEvent, RTOS_LPUART_TX_COMPLETE, pdTRUE, pdFALSE, in LPUART_RTOS_Send() 285 if ((ev & RTOS_LPUART_TX_COMPLETE) != 0u) in LPUART_RTOS_Send() 331 EventBits_t ev; in LPUART_RTOS_Receive() local 375 ev = xEventGroupWaitBits( in LPUART_RTOS_Receive() 379 if ((ev & RTOS_LPUART_HARDWARE_BUFFER_OVERRUN) != 0u) in LPUART_RTOS_Receive() 389 else if ((ev & RTOS_LPUART_RING_BUFFER_OVERRUN) != 0u) in LPUART_RTOS_Receive() 399 else if ((ev & RTOS_LPUART_RX_COMPLETE) != 0u) in LPUART_RTOS_Receive()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpuart/ |
| D | fsl_lpuart_freertos.c | 234 EventBits_t ev; in LPUART_RTOS_Send() local 271 ev = xEventGroupWaitBits(handle->txEvent, RTOS_LPUART_TX_COMPLETE, pdTRUE, pdFALSE, in LPUART_RTOS_Send() 273 if ((ev & RTOS_LPUART_TX_COMPLETE) != 0u) in LPUART_RTOS_Send() 319 EventBits_t ev; in LPUART_RTOS_Receive() local 363 ev = xEventGroupWaitBits( in LPUART_RTOS_Receive() 367 if ((ev & RTOS_LPUART_HARDWARE_BUFFER_OVERRUN) != 0u) in LPUART_RTOS_Receive() 377 else if ((ev & RTOS_LPUART_RING_BUFFER_OVERRUN) != 0u) in LPUART_RTOS_Receive() 387 else if ((ev & RTOS_LPUART_RX_COMPLETE) != 0u) in LPUART_RTOS_Receive()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpflexcomm/ |
| D | fsl_lpuart_freertos.c | 246 EventBits_t ev; in LPUART_RTOS_Send() local 283 ev = xEventGroupWaitBits(handle->txEvent, RTOS_LPUART_TX_COMPLETE, pdTRUE, pdFALSE, in LPUART_RTOS_Send() 285 if ((ev & RTOS_LPUART_TX_COMPLETE) != 0u) in LPUART_RTOS_Send() 331 EventBits_t ev; in LPUART_RTOS_Receive() local 375 ev = xEventGroupWaitBits( in LPUART_RTOS_Receive() 379 if ((ev & RTOS_LPUART_HARDWARE_BUFFER_OVERRUN) != 0u) in LPUART_RTOS_Receive() 389 else if ((ev & RTOS_LPUART_RING_BUFFER_OVERRUN) != 0u) in LPUART_RTOS_Receive() 399 else if ((ev & RTOS_LPUART_RX_COMPLETE) != 0u) in LPUART_RTOS_Receive()
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/flexcomm/usart/ |
| D | fsl_usart_freertos.c | 221 EventBits_t ev; in USART_RTOS_Send() local 256 ev = xEventGroupWaitBits(handle->txEvent, RTOS_USART_COMPLETE, pdTRUE, pdFALSE, portMAX_DELAY); in USART_RTOS_Send() 257 if ((ev & RTOS_USART_COMPLETE) == 0U) in USART_RTOS_Send() 290 EventBits_t ev; in USART_RTOS_Receive() local 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() 344 else if ((ev & RTOS_USART_COMPLETE) != 0U) in USART_RTOS_Receive()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/sdu/ |
| D | fsl_adapter_sdu.c | 762 osa_event_flags_t ev = 0; 767 … OSA_EventWait((osa_event_handle_t)ctrl->event, osaEventFlagsAll_c, 0U, osaWaitForever_c, &ev)) 769 if (ev & SDU_CMD_RECEIVED) 772 if (ev & SDU_DATA_RECEIVED) 805 osa_event_flags_t ev = 0; in SDU_RecvTask() local 810 … OSA_EventWait((osa_event_handle_t)ctrl->event, osaEventFlagsAll_c, 0U, osaWaitForever_c, &ev)) in SDU_RecvTask() 812 if ((ev & SDU_CMD_RECEIVED) != 0U) in SDU_RecvTask() 817 if ((ev & SDU_DATA_RECEIVED) != 0U) in SDU_RecvTask() 1407 osa_event_flags_t ev = 0; in SDU_RecvCmd() local 1413 …= OSA_EventWait((osa_event_handle_t)(ctrl_sdu.event), SDU_CMD_RECEIVED, 0U, osaWaitForever_c, &ev); in SDU_RecvCmd() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC5534/utilities/ |
| D | fsl_shell.c | 287 osa_event_flags_t ev = 0; in SHELL_Task() 292 0U, osaWaitForever_c, &ev)) in SHELL_Task() 294 if (0U != (ev & SHELL_EVENT_DATA_ARRIVED)) in SHELL_Task()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE18F16/utilities/ |
| D | fsl_shell.c | 287 osa_event_flags_t ev = 0; in SHELL_Task() 292 0U, osaWaitForever_c, &ev)) in SHELL_Task() 294 if (0U != (ev & SHELL_EVENT_DATA_ARRIVED)) in SHELL_Task()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKV58F24/utilities/ |
| D | fsl_shell.c | 287 osa_event_flags_t ev = 0; in SHELL_Task() 292 0U, osaWaitForever_c, &ev)) in SHELL_Task() 294 if (0U != (ev & SHELL_EVENT_DATA_ARRIVED)) in SHELL_Task()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC5536/utilities/ |
| D | fsl_shell.c | 287 osa_event_flags_t ev = 0; in SHELL_Task() 292 0U, osaWaitForever_c, &ev)) in SHELL_Task() 294 if (0U != (ev & SHELL_EVENT_DATA_ARRIVED)) in SHELL_Task()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MK22F12/utilities/ |
| D | fsl_shell.c | 287 osa_event_flags_t ev = 0; in SHELL_Task() 292 0U, osaWaitForever_c, &ev)) in SHELL_Task() 294 if (0U != (ev & SHELL_EVENT_DATA_ARRIVED)) in SHELL_Task()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKV56F24/utilities/ |
| D | fsl_shell.c | 287 osa_event_flags_t ev = 0; in SHELL_Task() 292 0U, osaWaitForever_c, &ev)) in SHELL_Task() 294 if (0U != (ev & SHELL_EVENT_DATA_ARRIVED)) in SHELL_Task()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE16F16/utilities/ |
| D | fsl_shell.c | 287 osa_event_flags_t ev = 0; in SHELL_Task() 292 0U, osaWaitForever_c, &ev)) in SHELL_Task() 294 if (0U != (ev & SHELL_EVENT_DATA_ARRIVED)) in SHELL_Task()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE14F16/utilities/ |
| D | fsl_shell.c | 287 osa_event_flags_t ev = 0; in SHELL_Task() 292 0U, osaWaitForever_c, &ev)) in SHELL_Task() 294 if (0U != (ev & SHELL_EVENT_DATA_ARRIVED)) in SHELL_Task()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC55S36/utilities/ |
| D | fsl_shell.c | 287 osa_event_flags_t ev = 0; in SHELL_Task() 292 0U, osaWaitForever_c, &ev)) in SHELL_Task() 294 if (0U != (ev & SHELL_EVENT_DATA_ARRIVED)) in SHELL_Task()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/button/ |
| D | fsl_component_button.c | 214 osa_event_flags_t ev = 0; in BUTTON_Task() 219 …tWait((osa_event_handle_t)s_buttonList.eventHandle, osaEventFlagsAll_c, 0U, osaWaitForever_c, &ev)) in BUTTON_Task()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX3/utilities/ |
| D | fsl_shell.c | 289 osa_event_flags_t ev = 0; in SHELL_Task() 294 0U, osaWaitForever_c, &ev)) in SHELL_Task() 296 if (0U != (ev & SHELL_EVENT_DATA_ARRIVED)) in SHELL_Task()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX4/utilities/ |
| D | fsl_shell.c | 289 osa_event_flags_t ev = 0; in SHELL_Task() 294 0U, osaWaitForever_c, &ev)) in SHELL_Task() 296 if (0U != (ev & SHELL_EVENT_DATA_ARRIVED)) in SHELL_Task()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/LPC54113/utilities/ |
| D | fsl_shell.c | 289 osa_event_flags_t ev = 0; in SHELL_Task() 294 0U, osaWaitForever_c, &ev)) in SHELL_Task() 296 if (0U != (ev & SHELL_EVENT_DATA_ARRIVED)) in SHELL_Task()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX1/utilities/ |
| D | fsl_shell.c | 289 osa_event_flags_t ev = 0; in SHELL_Task() 294 0U, osaWaitForever_c, &ev)) in SHELL_Task() 296 if (0U != (ev & SHELL_EVENT_DATA_ARRIVED)) in SHELL_Task()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QX5/utilities/ |
| D | fsl_shell.c | 289 osa_event_flags_t ev = 0; in SHELL_Task() 294 0U, osaWaitForever_c, &ev)) in SHELL_Task() 296 if (0U != (ev & SHELL_EVENT_DATA_ARRIVED)) in SHELL_Task()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX3/utilities/ |
| D | fsl_shell.c | 289 osa_event_flags_t ev = 0; in SHELL_Task() 294 0U, osaWaitForever_c, &ev)) in SHELL_Task() 296 if (0U != (ev & SHELL_EVENT_DATA_ARRIVED)) in SHELL_Task()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8QM6/utilities/ |
| D | fsl_shell.c | 289 osa_event_flags_t ev = 0; in SHELL_Task() 294 0U, osaWaitForever_c, &ev)) in SHELL_Task() 296 if (0U != (ev & SHELL_EVENT_DATA_ARRIVED)) in SHELL_Task()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MIMX8DX6/utilities/ |
| D | fsl_shell.c | 289 osa_event_flags_t ev = 0; in SHELL_Task() 294 0U, osaWaitForever_c, &ev)) in SHELL_Task() 296 if (0U != (ev & SHELL_EVENT_DATA_ARRIVED)) in SHELL_Task()
|