Home
last modified time | relevance | path

Searched refs:ev (Results 1 – 25 of 138) sorted by relevance

123456

/hal_nxp-latest/mcux/mcux-sdk/drivers/iuart/
Dfsl_uart_freertos.c224 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/
Dfsl_uart_freertos.c224 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/
Dfsl_lpuart_freertos.c246 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/
Dfsl_lpuart_freertos.c234 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/
Dfsl_lpuart_freertos.c246 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/
Dfsl_usart_freertos.c221 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
332ev = 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/
Dfsl_adapter_sdu.c762 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/
Dfsl_shell.c287 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/
Dfsl_shell.c287 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/
Dfsl_shell.c287 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/
Dfsl_shell.c287 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/
Dfsl_shell.c287 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/
Dfsl_shell.c287 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/
Dfsl_shell.c287 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/
Dfsl_shell.c287 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/
Dfsl_shell.c287 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/
Dfsl_component_button.c214 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/
Dfsl_shell.c289 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/
Dfsl_shell.c289 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/
Dfsl_shell.c289 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/
Dfsl_shell.c289 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/
Dfsl_shell.c289 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/
Dfsl_shell.c289 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/
Dfsl_shell.c289 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/
Dfsl_shell.c289 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()

123456