UX_DEVICE_PORT_LOCATION_SET is only used within usbx.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesusbxUX_DEVICE_PORT_LOCATION_SET

UX_DEVICE_PORT_LOCATION_SET macro

Syntax

#define UX_DEVICE_PORT_LOCATION_SET(d,l) do { (d)->ux_device_port_location = (l); } while(0)

Arguments

d

l

References

LocationText
ux_api.h:1953
#define UX_DEVICE_PORT_LOCATION_SET(d,l) do { (d)->ux_device_port_location = (l); } while(0)
ux_host_stack_new_device_create.c:171
UX_DEVICE_PORT_LOCATION_SET(device, port_index);