Home
last modified time | relevance | path

Searched refs:ux_device_hcd (Results 1 – 7 of 7) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_stack_device_configuration_reset_coverage_test.c49 endpoint_device.ux_device_hcd = &hcd; in test_application_define()
Dusbx_ux_host_class_hub_descriptor_get_coverage_test.c75 device.ux_device_hcd = &hcd; in test_application_define()
Dusbx_uxe_host_stack_test.c205 dummy_device.ux_device_hcd = UX_NULL; in ux_test_thread_simulation_0_entry()
224 dummy_device.ux_device_hcd = UX_NULL; in ux_test_thread_simulation_0_entry()
Dusbx_host_class_hub_port_change_connection_process_coverage_test.c84 hub_device.ux_device_hcd = &ux_hcd; in test_application_define()
Dusbx_ux_host_stack_device_remove_test.c444 _ux_system_host -> ux_system_host_device_array[2].ux_device_hcd = UX_NULL; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_stack_hcd_unregister_test.c582 device->ux_device_hcd = hcd; in ux_test_thread_simulation_0_entry()
/USBX-v6.2.1/common/core/inc/
Dux_api.h2001 *ux_device_hcd; member
2051 #define UX_DEVICE_HCD_GET(d) ((d)->ux_device_hcd)
2052 #define UX_DEVICE_HCD_SET(d,h) do { (d)->ux_device_hcd = (h); } while(0)
2053 #define UX_DEVICE_HCD_MATCH(d,h) ((d)->ux_device_hcd == (h))