Searched refs:UX_DEVICE_SELF_POWERED (Results 1 – 6 of 6) sorted by relevance
135 device -> ux_device_power_source = UX_DEVICE_SELF_POWERED; in _ux_host_class_hub_configure()
237 device -> ux_device_power_source = UX_DEVICE_SELF_POWERED; in _ux_host_class_hub_activate_wait()
136 if (_ux_system_slave -> ux_system_slave_power_state == UX_DEVICE_SELF_POWERED) in _ux_device_stack_get_status()
187 UX_DEVICE_SELF_POWERED : UX_DEVICE_BUS_POWERED; in _ux_host_stack_configuration_set()
235 …e_power_state = (configuration_descriptor.bmAttributes & 0x40) ? UX_DEVICE_SELF_POWERED : UX_DEVIC… in _ux_device_stack_configuration_set()
1345 #define UX_DEVICE_SELF_POWERED 2u macro