Home
last modified time | relevance | path

Searched refs:_ux_host_thread_schedule_other (Results 1 – 15 of 15) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_audio_deactivate.c115 _ux_host_thread_schedule_other(UX_THREAD_PRIORITY_ENUM); in _ux_host_class_audio_deactivate()
150 _ux_host_thread_schedule_other(UX_THREAD_PRIORITY_ENUM); in _ux_host_class_audio_deactivate()
Dux_host_class_gser_deactivate.c104 _ux_host_thread_schedule_other(UX_THREAD_PRIORITY_ENUM); in _ux_host_class_gser_deactivate()
Dux_host_class_video_deactivate.c114 _ux_host_thread_schedule_other(UX_THREAD_PRIORITY_ENUM); in _ux_host_class_video_deactivate()
Dux_host_class_swar_deactivate.c117 _ux_host_thread_schedule_other(UX_THREAD_PRIORITY_ENUM); in _ux_host_class_swar_deactivate()
Dux_host_class_printer_deactivate.c118 _ux_host_thread_schedule_other(UX_THREAD_PRIORITY_ENUM); in _ux_host_class_printer_deactivate()
Dux_host_class_hub_deactivate.c137 _ux_host_thread_schedule_other(UX_THREAD_PRIORITY_ENUM); in _ux_host_class_hub_deactivate()
Dux_host_class_prolific_deactivate.c138 _ux_host_thread_schedule_other(UX_THREAD_PRIORITY_ENUM); in _ux_host_class_prolific_deactivate()
Dux_host_class_hid_deactivate.c146 _ux_host_thread_schedule_other(UX_THREAD_PRIORITY_ENUM); in _ux_host_class_hid_deactivate()
Dux_host_class_pima_deactivate.c132 _ux_host_thread_schedule_other(UX_THREAD_PRIORITY_ENUM); in _ux_host_class_pima_deactivate()
Dux_host_class_cdc_ecm_deactivate.c178 _ux_host_thread_schedule_other(UX_THREAD_PRIORITY_ENUM); in _ux_host_class_cdc_ecm_deactivate()
Dux_host_class_cdc_acm_deactivate.c175 _ux_host_thread_schedule_other(UX_THREAD_PRIORITY_ENUM); in _ux_host_class_cdc_acm_deactivate()
Dux_host_class_storage_deactivate.c156 _ux_host_thread_schedule_other(UX_THREAD_PRIORITY_ENUM); in _ux_host_class_storage_deactivate()
Dux_host_class_asix_deactivate.c188 _ux_host_thread_schedule_other(UX_THREAD_PRIORITY_ENUM); in _ux_host_class_asix_deactivate()
/USBX-v6.2.1/common/core/src/
Dux_host_stack_device_resources_free.c235 _ux_host_thread_schedule_other(UX_THREAD_PRIORITY_ENUM); in _ux_host_stack_device_resources_free()
/USBX-v6.2.1/common/core/inc/
Dux_utility.h280 #define _ux_host_thread_schedule_other _ux_utility_thread_schedule_other macro
306 #define _ux_host_thread_schedule_other(t) do{}while(0) macro