Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_stack_new_device_create_test.c464 hcd -> ux_hcd_nb_devices = UX_MAX_USB_DEVICES + 1; in tx_test_thread_host_simulation_entry()
477 for (i = 0; i < UX_MAX_USB_DEVICES; i ++) in tx_test_thread_host_simulation_entry()
/USBX-v6.2.1/common/core/src/
Dux_host_stack_new_device_create.c128 if (hcd -> ux_hcd_nb_devices > UX_MAX_USB_DEVICES) in _ux_host_stack_new_device_create()
/USBX-v6.2.1/common/core/inc/
Dux_api.h1176 #define UX_MAX_USB_DEVICES 127 macro