Searched refs:ux_hcd_address (Results 1 – 6 of 6) sorted by relevance
402 ux_utility_memory_set(hcd->ux_hcd_address, 0xFF, 16); in tx_test_thread_host_simulation_entry()422 ux_utility_memory_set(hcd->ux_hcd_address, 0x00, 16); in tx_test_thread_host_simulation_entry()423 hcd->ux_hcd_address[0] = 1; in tx_test_thread_host_simulation_entry()424 hcd->ux_hcd_address[1] = 1; in tx_test_thread_host_simulation_entry()441 if (hcd->ux_hcd_address[0] != 0x03 || hcd->ux_hcd_address[1] != 0x01) in tx_test_thread_host_simulation_entry()443 …dress map 0x03 0x01 but not 0x%x 0x%x\n", __LINE__, hcd->ux_hcd_address[0], hcd->ux_hcd_address[1]… in tx_test_thread_host_simulation_entry()448 ux_utility_memory_set(hcd->ux_hcd_address, 0x00, 16); in tx_test_thread_host_simulation_entry()449 hcd->ux_hcd_address[0] = 0xFF; in tx_test_thread_host_simulation_entry()450 hcd->ux_hcd_address[1] = 1; in tx_test_thread_host_simulation_entry()467 if (hcd->ux_hcd_address[0] != 0xFF || hcd->ux_hcd_address[1] != 0x03) in tx_test_thread_host_simulation_entry()[all …]
110 device_address_byte = hcd -> ux_hcd_address[address_byte_index]; in _ux_host_stack_device_address_set()123 hcd -> ux_hcd_address[address_byte_index] = device_address_byte; in _ux_host_stack_device_address_set()
262 hcd -> ux_hcd_address[device_address_byte_index] &= (UCHAR)~device_address_byte; in _ux_host_stack_device_resources_free()
566 ux_hcd_address[(device -> ux_device_address-1) >> 3] &= in _ux_host_stack_device_enum_run()
423 hcd -> ux_hcd_address[(device -> ux_device_address-1) >> 3] &= in _ux_host_class_hub_inst_tasks_run()
2284 UCHAR ux_hcd_address[16]; member