Home
last modified time | relevance | path

Searched refs:OSA_EventDestroy (Results 1 – 10 of 10) sorted by relevance

/hal_nxp-3.5.0/mcux/middleware/wireless/framework_5.3.3/OSAbstraction/Interface/
Dfsl_os_abstraction.h505 osaStatus_t OSA_EventDestroy(osaEventId_t eventId);
/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction.h874 osa_status_t OSA_EventDestroy(osa_event_handle_t eventHandle);
Dfsl_os_abstraction_threadx.c773 osa_status_t OSA_EventDestroy(osa_event_handle_t eventHandle) in OSA_EventDestroy() function
Dfsl_os_abstraction_free_rtos.c849 osa_status_t OSA_EventDestroy(osa_event_handle_t eventHandle) in OSA_EventDestroy() function
Dfsl_os_abstraction_bm.c1089 osa_status_t OSA_EventDestroy(osa_event_handle_t eventHandle) in OSA_EventDestroy() function
/hal_nxp-3.5.0/mcux/mcux-sdk/components/button/
Dfsl_component_button.c449 (void)OSA_EventDestroy((osa_event_handle_t)s_buttonList.eventHandle);
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_khci.c1669 (void)OSA_EventDestroy(usbHostPointer->khciEventPointer); in USB_HostKhciDestory()
Dusb_host_ohci.c2314 (void)OSA_EventDestroy(usbHostState->ohciEvent); in USB_HostOhciDestory()
Dusb_host_ip3516hs.c3525 (void)OSA_EventDestroy(usbHostState->ip3516HsEvent); in USB_HostIp3516HsDestory()
Dusb_host_ehci.c4693 (void)OSA_EventDestroy(ehciInstance->taskEventHandle); in USB_HostEhciDestory()