Home
last modified time | relevance | path

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

/USBX-v6.3.0/common/core/src/
Dux_host_stack_hcd_unregister.c179 UX_DEVICE_PORT_LOCATION_GET(device)); in _ux_host_stack_hcd_unregister()
Dux_host_stack_tasks_run.c187 ALIGN_TYPE port_index = (ALIGN_TYPE)UX_DEVICE_PORT_LOCATION_GET(device); in _ux_host_stack_rh_port_enable()
193 ALIGN_TYPE port_index = (ALIGN_TYPE)UX_DEVICE_PORT_LOCATION_GET(device); in _ux_host_stack_rh_port_reset()
199 ALIGN_TYPE port_index = (ALIGN_TYPE)UX_DEVICE_PORT_LOCATION_GET(device); in _ux_host_stack_rh_port_status_get()
325 UX_DEVICE_PORT_LOCATION_GET(device), 0); in _ux_host_stack_device_enumerated()
353 UX_DEVICE_PORT_LOCATION_GET(device)); in _ux_host_stack_device_enumerated()
365 (ULONG)(1 << UX_DEVICE_PORT_LOCATION_GET(device)); in _ux_host_stack_device_enumerated()
1086 UX_DEVICE_PORT_LOCATION_GET(device), 0, 0, UX_TRACE_ERRORS, 0, 0); in _ux_host_stack_device_enum_run()
/USBX-v6.3.0/common/core/inc/
Dux_api.h2074 #define UX_DEVICE_PORT_LOCATION_GET(d) ((d)->ux_device_port_location) macro