Home
last modified time | relevance | path

Searched refs:UX_DEVICE_PORT_LOCATION_SET (Results 1 – 2 of 2) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_host_stack_new_device_create.c174 UX_DEVICE_PORT_LOCATION_SET(device, port_index); in _ux_host_stack_new_device_create()
/USBX-v6.2.1/common/core/inc/
Dux_api.h2079 #define UX_DEVICE_PORT_LOCATION_SET(d,l) do { (d)->ux_device_port_location = (l); } while(0) macro