Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_host_stack_device_remove.c117 UX_DEVICE_PORT_LOCATION_MATCH(device, port_index) && in _ux_host_stack_device_remove()
Dux_host_stack_hnp_polling_thread_entry.c156 if(UX_DEVICE_PORT_LOCATION_MATCH(device, port_index) && in _ux_host_stack_hnp_polling_thread_entry()
/USBX-v6.2.1/common/core/inc/
Dux_api.h2080 #define UX_DEVICE_PORT_LOCATION_MATCH(d,l) ((d)->ux_device_port_location == (l)) macro