Home
last modified time | relevance | path

Searched refs:UX_DEVICE_SELF_POWERED (Results 1 – 11 of 11) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_storage_configure_coverage_test.c31 device.ux_device_power_source = UX_DEVICE_SELF_POWERED; in test_application_define()
Dusbx_bus_powered_hub_conn_to_self_and_bus_powered_hub_test.c87 parent.ux_device_power_source = UX_DEVICE_SELF_POWERED; in post_init_host()
Dusbx_cdc_acm_configure_test.c790 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()
Dusbx_ux_host_class_hid_configure_test.c339 parent.ux_device_power_source = UX_DEVICE_SELF_POWERED; in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_storage_configure_test.c573 parent_device.ux_device_power_source = UX_DEVICE_SELF_POWERED; in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hub_configure.c134 device -> ux_device_power_source = UX_DEVICE_SELF_POWERED; in _ux_host_class_hub_configure()
Dux_host_class_hub_entry.c236 device -> ux_device_power_source = UX_DEVICE_SELF_POWERED; in _ux_host_class_hub_activate_wait()
/USBX-v6.2.1/common/core/src/
Dux_device_stack_get_status.c135 if (_ux_system_slave -> ux_system_slave_power_state == UX_DEVICE_SELF_POWERED) in _ux_device_stack_get_status()
Dux_host_stack_configuration_set.c186 UX_DEVICE_SELF_POWERED : UX_DEVICE_BUS_POWERED; in _ux_host_stack_configuration_set()
Dux_device_stack_configuration_set.c234 …e_power_state = (configuration_descriptor.bmAttributes & 0x40) ? UX_DEVICE_SELF_POWERED : UX_DEVIC… in _ux_device_stack_configuration_set()
/USBX-v6.2.1/common/core/inc/
Dux_api.h1349 #define UX_DEVICE_SELF_POWERED 2u macro