Home
last modified time | relevance | path

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

/USBX-v6.3.0/common/core/src/
Dux_host_stack_device_address_set.c111 device_address_byte = hcd -> ux_hcd_address[address_byte_index]; in _ux_host_stack_device_address_set()
124 hcd -> ux_hcd_address[address_byte_index] = device_address_byte; in _ux_host_stack_device_address_set()
Dux_host_stack_device_resources_free.c263 hcd -> ux_hcd_address[device_address_byte_index] &= (UCHAR)~device_address_byte; in _ux_host_stack_device_resources_free()
Dux_host_stack_tasks_run.c567 ux_hcd_address[(device -> ux_device_address-1) >> 3] &= in _ux_host_stack_device_enum_run()
/USBX-v6.3.0/common/usbx_host_classes/src/
Dux_host_class_hub_tasks_run.c424 hcd -> ux_hcd_address[(device -> ux_device_address-1) >> 3] &= in _ux_host_class_hub_inst_tasks_run()
/USBX-v6.3.0/common/core/inc/
Dux_api.h2280 UCHAR ux_hcd_address[16]; member