Searched refs:ux_device_hcd (Results 1 – 7 of 7) sorted by relevance
49 endpoint_device.ux_device_hcd = &hcd; in test_application_define()
75 device.ux_device_hcd = &hcd; in test_application_define()
205 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()
84 hub_device.ux_device_hcd = &ux_hcd; in test_application_define()
444 _ux_system_host -> ux_system_host_device_array[2].ux_device_hcd = UX_NULL; in tx_demo_thread_host_simulation_entry()
582 device->ux_device_hcd = hcd; in ux_test_thread_simulation_0_entry()
2001 *ux_device_hcd; member2051 #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))