Home
last modified time | relevance | path

Searched refs:ux_hcd_address (Results 1 – 6 of 6) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_stack_device_address_set_test.c402 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 …]
/USBX-v6.2.1/common/core/src/
Dux_host_stack_device_address_set.c110 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()
Dux_host_stack_device_resources_free.c262 hcd -> ux_hcd_address[device_address_byte_index] &= (UCHAR)~device_address_byte; in _ux_host_stack_device_resources_free()
Dux_host_stack_tasks_run.c566 ux_hcd_address[(device -> ux_device_address-1) >> 3] &= in _ux_host_stack_device_enum_run()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hub_tasks_run.c423 hcd -> ux_hcd_address[(device -> ux_device_address-1) >> 3] &= in _ux_host_class_hub_inst_tasks_run()
/USBX-v6.2.1/common/core/inc/
Dux_api.h2284 UCHAR ux_hcd_address[16]; member