Home
last modified time | relevance | path

Searched refs:OSA_MsgQDestroy (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/common_task/
Dfsl_component_common_task.c99 OSA_MsgQDestroy((osa_msgq_handle_t)s_commonTaskState->msgqhandle); in COMMON_TASK_deinit()
/hal_nxp-3.5.0/mcux/middleware/wireless/framework_5.3.3/OSAbstraction/Interface/
Dfsl_os_abstraction.h560 osaStatus_t OSA_MsgQDestroy(osaMsgQId_t msgQId);
/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction.h954 osa_status_t OSA_MsgQDestroy(osa_msgq_handle_t msgqHandle);
Dfsl_os_abstraction_free_rtos.c987 osa_status_t OSA_MsgQDestroy(osa_msgq_handle_t msgqHandle) in OSA_MsgQDestroy() function
Dfsl_os_abstraction_bm.c1295 osa_status_t OSA_MsgQDestroy(osa_msgq_handle_t msgqHandle) in OSA_MsgQDestroy() function
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_dci.c923 if (KOSA_StatusSuccess != OSA_MsgQDestroy(deviceHandle->notificationQueue)) in USB_DeviceDeinit()
928 (void)OSA_MsgQDestroy(deviceHandle->notificationQueue); in USB_DeviceDeinit()
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_oci.c1667 (void)OSA_MsgQDestroy(otgInstance->otgMsgHandle); in USB_OtgInit()
1674 (void)OSA_MsgQDestroy(otgInstance->otgMsgHandle); in USB_OtgInit()
1698 (void)OSA_MsgQDestroy(otgInstance->otgMsgHandle); in USB_OtgDeinit()