Home
last modified time | relevance | path

Searched refs:OSA_MutexUnlock (Results 1 – 25 of 111) sorted by relevance

12345

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_hci.h19 #define USB_HostUnlock() OSA_MutexUnlock(hostInstance->hostMutex)
Dusb_host_khci.h149 #define USB_HostKhciUnlock() (void)OSA_MutexUnlock(usbHostPointer->khciMutex)
Dusb_host_ehci.h108 #define USB_HostEhciUnlock() (void)OSA_MutexUnlock(ehciInstance->ehciMutex)
Dusb_host_ohci.h370 #define USB_HostOhciUnlock() (void)OSA_MutexUnlock(usbHostState->mutex)
Dusb_host_ip3516hs.h523 #define USB_HostIp3516HsUnlock() (void)OSA_MutexUnlock(usbHostState->mutex)
/hal_nxp-3.5.0/mcux/middleware/wireless/framework_5.3.3/OSAbstraction/Interface/
Dfsl_os_abstraction.h415 osaStatus_t OSA_MutexUnlock(osaMutexId_t mutexId);
/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction.h728 osa_status_t OSA_MutexUnlock(osa_mutex_handle_t mutexHandle);
Dfsl_os_abstraction_threadx.c536 osa_status_t OSA_MutexUnlock(osa_mutex_handle_t mutexHandle) in OSA_MutexUnlock() function
Dfsl_os_abstraction_free_rtos.c597 osa_status_t OSA_MutexUnlock(osa_mutex_handle_t mutexHandle) in OSA_MutexUnlock() function
Dfsl_os_abstraction_bm.c844 osa_status_t OSA_MutexUnlock(osa_mutex_handle_t mutexHandle) in OSA_MutexUnlock() function
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_cdc_rndis.c30 #define USB_CDC_RNDIS_MUTEX_UNLOCK(_X_) (void)OSA_MutexUnlock(_X_)
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE06Z4/utilities/
Dfsl_shell.c86 #define SHELL_EXIT_CRITICAL() (void)OSA_MutexUnlock(s_shellMutex)
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE04Z1284/utilities/
Dfsl_shell.c86 #define SHELL_EXIT_CRITICAL() (void)OSA_MutexUnlock(s_shellMutex)
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MK24F12/utilities/
Dfsl_shell.c86 #define SHELL_EXIT_CRITICAL() (void)OSA_MutexUnlock(s_shellMutex)
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MK26F18/utilities/
Dfsl_shell.c86 #define SHELL_EXIT_CRITICAL() (void)OSA_MutexUnlock(s_shellMutex)
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MK66F18/utilities/
Dfsl_shell.c86 #define SHELL_EXIT_CRITICAL() (void)OSA_MutexUnlock(s_shellMutex)
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MK64F12/utilities/
Dfsl_shell.c86 #define SHELL_EXIT_CRITICAL() (void)OSA_MutexUnlock(s_shellMutex)
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MK65F18/utilities/
Dfsl_shell.c86 #define SHELL_EXIT_CRITICAL() (void)OSA_MutexUnlock(s_shellMutex)
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MK63F12/utilities/
Dfsl_shell.c86 #define SHELL_EXIT_CRITICAL() (void)OSA_MutexUnlock(s_shellMutex)
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKV30F12810/utilities/
Dfsl_shell.c86 #define SHELL_EXIT_CRITICAL() (void)OSA_MutexUnlock(s_shellMutex)
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKV31F12810/utilities/
Dfsl_shell.c86 #define SHELL_EXIT_CRITICAL() (void)OSA_MutexUnlock(s_shellMutex)
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54016/utilities/
Dfsl_shell.c86 #define SHELL_EXIT_CRITICAL() (void)OSA_MutexUnlock(s_shellMutex)
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC55S06/utilities/
Dfsl_shell.c86 #define SHELL_EXIT_CRITICAL() (void)OSA_MutexUnlock(s_shellMutex)
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/MKE15Z4/utilities/
Dfsl_shell.c86 #define SHELL_EXIT_CRITICAL() (void)OSA_MutexUnlock(s_shellMutex)
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54018/utilities/
Dfsl_shell.c86 #define SHELL_EXIT_CRITICAL() (void)OSA_MutexUnlock(s_shellMutex)

12345