Home
last modified time | relevance | path

Searched refs:_ux_host_mutex_create (Results 1 – 3 of 3) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_audio_activate.c351 … status = _ux_host_mutex_create(&audio -> ux_host_class_audio_mutex, "ux_hot_class_audio_mutex"); in _ux_host_class_audio_activate()
/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_initialize.c338 … status = _ux_host_mutex_create(&hcd_ehci -> ux_hcd_ehci_periodic_mutex, "ehci_periodic_mutex"); in _ux_hcd_ehci_initialize()
/USBX-v6.2.1/common/core/inc/
Dux_utility.h289 #define _ux_host_mutex_create _ux_utility_mutex_create macro
315 #define _ux_host_mutex_create(mutex,name) (UX_SUCCESS) macro