Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_host_stack_hcd_thread_entry.c105 for(hcd_index = 0; hcd_index < _ux_system_host -> ux_system_host_max_hcd; hcd_index++) in _ux_host_stack_hcd_thread_entry()
Dux_host_stack_hcd_register.c115 for(hcd_index = 0; hcd_index < _ux_system_host -> ux_system_host_max_hcd; hcd_index++) in _ux_host_stack_hcd_register()
/USBX-v6.2.1/common/core/inc/
Dux_api.h2567 UINT ux_system_host_max_hcd; member
2627 #define UX_SYSTEM_HOST_MAX_HCD_GET() (_ux_system_host->ux_system_host_max_hcd)
2628 #define UX_SYSTEM_HOST_MAX_HCD_SET(n) do { _ux_system_host->ux_system_host_max_hcd = (n);…