/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/ |
D | fsl_os_abstraction.h | 49 typedef void *osa_event_handle_t; typedef 761 osa_status_t OSA_EventPrecreate(osa_event_handle_t eventHandle, osa_task_ptr_t taskHandler); 788 osa_status_t OSA_EventCreate(osa_event_handle_t eventHandle, uint8_t autoClear); 801 osa_status_t OSA_EventSet(osa_event_handle_t eventHandle, osa_event_flags_t flagsToSet); 814 osa_status_t OSA_EventClear(osa_event_handle_t eventHandle, osa_event_flags_t flagsToClear); 830 osa_status_t OSA_EventGet(osa_event_handle_t eventHandle, 860 osa_status_t OSA_EventWait(osa_event_handle_t eventHandle, 874 osa_status_t OSA_EventDestroy(osa_event_handle_t eventHandle);
|
D | fsl_os_abstraction_threadx.c | 577 osa_status_t OSA_EventPrecreate(osa_event_handle_t eventHandle, osa_task_ptr_t taskHandler) in OSA_EventPrecreate() 591 osa_status_t OSA_EventCreate(osa_event_handle_t eventHandle, uint8_t autoClear) in OSA_EventCreate() 615 osa_status_t OSA_EventSet(osa_event_handle_t eventHandle, osa_event_flags_t flagsToSet) in OSA_EventSet() 637 osa_status_t OSA_EventClear(osa_event_handle_t eventHandle, osa_event_flags_t flagsToClear) in OSA_EventClear() 661 osa_status_t OSA_EventGet(osa_event_handle_t eventHandle, osa_event_flags_t flagsMask, osa_event_fl… in OSA_EventGet() 701 osa_status_t OSA_EventWait(osa_event_handle_t eventHandle, in OSA_EventWait() 773 osa_status_t OSA_EventDestroy(osa_event_handle_t eventHandle) in OSA_EventDestroy()
|
D | fsl_os_abstraction_free_rtos.c | 636 osa_status_t OSA_EventPrecreate(osa_event_handle_t eventHandle, osa_task_ptr_t taskHandler) in OSA_EventPrecreate() 650 osa_status_t OSA_EventCreate(osa_event_handle_t eventHandle, uint8_t autoClear) in OSA_EventCreate() 674 osa_status_t OSA_EventSet(osa_event_handle_t eventHandle, osa_event_flags_t flagsToSet) in OSA_EventSet() 712 osa_status_t OSA_EventClear(osa_event_handle_t eventHandle, osa_event_flags_t flagsToClear) in OSA_EventClear() 746 osa_status_t OSA_EventGet(osa_event_handle_t eventHandle, osa_event_flags_t flagsMask, osa_event_fl… in OSA_EventGet() 791 osa_status_t OSA_EventWait(osa_event_handle_t eventHandle, in OSA_EventWait() 849 osa_status_t OSA_EventDestroy(osa_event_handle_t eventHandle) in OSA_EventDestroy()
|
D | fsl_os_abstraction_bm.c | 881 osa_status_t OSA_EventPrecreate(osa_event_handle_t eventHandle, osa_task_ptr_t taskHandler) in OSA_EventPrecreate() 895 osa_status_t OSA_EventCreate(osa_event_handle_t eventHandle, uint8_t autoClear) in OSA_EventCreate() 918 osa_status_t OSA_EventSet(osa_event_handle_t eventHandle, osa_event_flags_t flagsToSet) in OSA_EventSet() 943 osa_status_t OSA_EventClear(osa_event_handle_t eventHandle, osa_event_flags_t flagsToClear) in OSA_EventClear() 973 osa_status_t OSA_EventGet(osa_event_handle_t eventHandle, osa_event_flags_t flagsMask, osa_event_fl… in OSA_EventGet() 1005 osa_status_t OSA_EventWait(osa_event_handle_t eventHandle, in OSA_EventWait() 1089 osa_status_t OSA_EventDestroy(osa_event_handle_t eventHandle) in OSA_EventDestroy()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/button/ |
D | fsl_component_button.c | 131 (void)OSA_EventSet((osa_event_handle_t)s_buttonList.eventHandle, BUTTON_EVENT_BUTTON); in BUTTON_NotificationUpdate() 221 …OSA_EventWait((osa_event_handle_t)s_buttonList.eventHandle, osaEventFlagsAll_c, 0U, osaWaitForever… in BUTTON_Task() 365 osaStatus = OSA_EventCreate((osa_event_handle_t)s_buttonList.eventHandle, 1U); 449 (void)OSA_EventDestroy((osa_event_handle_t)s_buttonList.eventHandle);
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE16F16/utilities/ |
D | fsl_shell.c | 211 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback() 291 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 881 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKV56F24/utilities/ |
D | fsl_shell.c | 211 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback() 291 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 881 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5534/utilities/ |
D | fsl_shell.c | 211 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback() 291 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 881 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKV58F24/utilities/ |
D | fsl_shell.c | 211 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback() 291 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 881 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5536/utilities/ |
D | fsl_shell.c | 211 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback() 291 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 881 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE14F16/utilities/ |
D | fsl_shell.c | 211 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback() 291 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 881 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE18F16/utilities/ |
D | fsl_shell.c | 211 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback() 291 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 881 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC55S36/utilities/ |
D | fsl_shell.c | 211 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback() 291 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 881 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MK22F12/utilities/ |
D | fsl_shell.c | 211 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback() 291 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 881 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
|
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/ |
D | usb_host_khci.h | 181 osa_event_handle_t khciEventPointer;
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QX3/utilities/ |
D | fsl_shell.c | 213 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback() 293 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 883 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE06Z4/utilities/ |
D | fsl_shell.c | 245 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback() 336 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 929 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U)) in SHELL_Init()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QX5/utilities/ |
D | fsl_shell.c | 213 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback() 293 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 883 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QX4/utilities/ |
D | fsl_shell.c | 213 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback() 293 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 883 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8UX5/utilities/ |
D | fsl_shell.c | 213 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback() 293 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 883 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKL27Z644/utilities/ |
D | fsl_shell.c | 213 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback() 293 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 883 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54113/utilities/ |
D | fsl_shell.c | 213 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback() 293 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 883 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54114/utilities/ |
D | fsl_shell.c | 213 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback() 293 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 883 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QX6/utilities/ |
D | fsl_shell.c | 213 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback() 293 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 883 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKL17Z644/utilities/ |
D | fsl_shell.c | 213 (void)OSA_EventSet((osa_event_handle_t)shellHandle->event, SHELL_EVENT_DATA_ARRIVED); in SHELL_SerialManagerRxCallback() 293 …if (KOSA_StatusSuccess == OSA_EventWait((osa_event_handle_t)shellContextHandle->event, osaEventFla… in SHELL_Task() 883 … if (KOSA_StatusSuccess != OSA_EventCreate((osa_event_handle_t)shellContextHandle->event, 1U))
|