UX_DEVICE_PARENT_SET is only used within usbx.
 
Symbols
loading...
Files
loading...

UX_DEVICE_PARENT_SET macro

Syntax

#define UX_DEVICE_PARENT_SET(d,p) do { (d)->ux_device_parent = (p); } while(0)

Arguments

d

p

References

LocationText
ux_api.h:1937
#define UX_DEVICE_PARENT_SET(d,p) do { (d)->ux_device_parent = (p); } while(0)
ux_host_stack_new_device_create.c:169
UX_DEVICE_PARENT_SET(device, device_owner);