Searched refs:UX_DEVICE_SELF_POWERED (Results 1 – 11 of 11) sorted by relevance
31 device.ux_device_power_source = UX_DEVICE_SELF_POWERED; in test_application_define()
87 parent.ux_device_power_source = UX_DEVICE_SELF_POWERED; in post_init_host()
790 parent_device -> ux_device_power_source = UX_DEVICE_SELF_POWERED; in tx_test_thread_host_simulation_entry()801 device -> ux_device_power_source = UX_DEVICE_SELF_POWERED; in tx_test_thread_host_simulation_entry()
339 parent.ux_device_power_source = UX_DEVICE_SELF_POWERED; in tx_demo_thread_host_simulation_entry()
573 parent_device.ux_device_power_source = UX_DEVICE_SELF_POWERED; in tx_demo_thread_host_simulation_entry()
134 device -> ux_device_power_source = UX_DEVICE_SELF_POWERED; in _ux_host_class_hub_configure()
236 device -> ux_device_power_source = UX_DEVICE_SELF_POWERED; in _ux_host_class_hub_activate_wait()
135 if (_ux_system_slave -> ux_system_slave_power_state == UX_DEVICE_SELF_POWERED) in _ux_device_stack_get_status()
186 UX_DEVICE_SELF_POWERED : UX_DEVICE_BUS_POWERED; in _ux_host_stack_configuration_set()
234 …e_power_state = (configuration_descriptor.bmAttributes & 0x40) ? UX_DEVICE_SELF_POWERED : UX_DEVIC… in _ux_device_stack_configuration_set()
1349 #define UX_DEVICE_SELF_POWERED 2u macro