Home
last modified time | relevance | path

Searched refs:osa_event_handle_t (Results 1 – 25 of 144) sorted by relevance

123456

/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction.h49 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);
Dfsl_os_abstraction_threadx.c577 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()
Dfsl_os_abstraction_free_rtos.c636 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()
Dfsl_os_abstraction_bm.c881 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/
Dfsl_component_button.c131 (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/
Dfsl_shell.c211 (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/
Dfsl_shell.c211 (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/
Dfsl_shell.c211 (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/
Dfsl_shell.c211 (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/
Dfsl_shell.c211 (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/
Dfsl_shell.c211 (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/
Dfsl_shell.c211 (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/
Dfsl_shell.c211 (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/
Dfsl_shell.c211 (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/
Dusb_host_khci.h181 osa_event_handle_t khciEventPointer;
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MIMX8QX3/utilities/
Dfsl_shell.c213 (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/
Dfsl_shell.c245 (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/
Dfsl_shell.c213 (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/
Dfsl_shell.c213 (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/
Dfsl_shell.c213 (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/
Dfsl_shell.c213 (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/
Dfsl_shell.c213 (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/
Dfsl_shell.c213 (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/
Dfsl_shell.c213 (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/
Dfsl_shell.c213 (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))

123456