Searched refs:ux_system_host_max_hcd (Results 1 – 3 of 3) sorted by relevance
105 for(hcd_index = 0; hcd_index < _ux_system_host -> ux_system_host_max_hcd; hcd_index++) in _ux_host_stack_hcd_thread_entry()
115 for(hcd_index = 0; hcd_index < _ux_system_host -> ux_system_host_max_hcd; hcd_index++) in _ux_host_stack_hcd_register()
2567 UINT ux_system_host_max_hcd; member2627 #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);…