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

UX_DEVICE_SELF_POWERED macro

Syntax

#define UX_DEVICE_SELF_POWERED 2u

References

LocationText
ux_api.h:1239
#define UX_DEVICE_SELF_POWERED 2u
ux_device_stack_configuration_set.c:231
_ux_system_slave -> ux_system_slave_power_state = (configuration_descriptor.bmAttributes & 0x40) ? UX_DEVICE_SELF_POWERED : UX_DEVICE_BUS_POWERED;
ux_device_stack_get_status.c:136
if (_ux_system_slave -> ux_system_slave_power_state == UX_DEVICE_SELF_POWERED)
ux_host_stack_configuration_set.c:187
UX_DEVICE_SELF_POWERED : UX_DEVICE_BUS_POWERED;