Home
last modified time | relevance | path

Searched refs:UX_DEVICE_PORT_LOCATION_GET (Results 1 – 3 of 3) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_host_stack_tasks_run.c186 ALIGN_TYPE port_index = (ALIGN_TYPE)UX_DEVICE_PORT_LOCATION_GET(device); in _ux_host_stack_rh_port_enable()
192 ALIGN_TYPE port_index = (ALIGN_TYPE)UX_DEVICE_PORT_LOCATION_GET(device); in _ux_host_stack_rh_port_reset()
198 ALIGN_TYPE port_index = (ALIGN_TYPE)UX_DEVICE_PORT_LOCATION_GET(device); in _ux_host_stack_rh_port_status_get()
324 UX_DEVICE_PORT_LOCATION_GET(device), 0); in _ux_host_stack_device_enumerated()
352 UX_DEVICE_PORT_LOCATION_GET(device)); in _ux_host_stack_device_enumerated()
364 (ULONG)(1 << UX_DEVICE_PORT_LOCATION_GET(device)); in _ux_host_stack_device_enumerated()
1085 UX_DEVICE_PORT_LOCATION_GET(device), 0, 0, UX_TRACE_ERRORS, 0, 0); in _ux_host_stack_device_enum_run()
Dux_host_stack_hcd_unregister.c178 UX_DEVICE_PORT_LOCATION_GET(device)); in _ux_host_stack_hcd_unregister()
/USBX-v6.2.1/common/core/inc/
Dux_api.h2078 #define UX_DEVICE_PORT_LOCATION_GET(d) ((d)->ux_device_port_location) macro