Home
last modified time | relevance | path

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

/USBX-v6.3.0/common/usbx_host_classes/src/
Dux_host_class_hub_configure.c135 device -> ux_device_power_source = UX_DEVICE_SELF_POWERED; in _ux_host_class_hub_configure()
Dux_host_class_hub_entry.c237 device -> ux_device_power_source = UX_DEVICE_SELF_POWERED; in _ux_host_class_hub_activate_wait()
/USBX-v6.3.0/common/core/src/
Dux_device_stack_get_status.c136 if (_ux_system_slave -> ux_system_slave_power_state == UX_DEVICE_SELF_POWERED) in _ux_device_stack_get_status()
Dux_host_stack_configuration_set.c187 UX_DEVICE_SELF_POWERED : UX_DEVICE_BUS_POWERED; in _ux_host_stack_configuration_set()
Dux_device_stack_configuration_set.c235 …e_power_state = (configuration_descriptor.bmAttributes & 0x40) ? UX_DEVICE_SELF_POWERED : UX_DEVIC… in _ux_device_stack_configuration_set()
/USBX-v6.3.0/common/core/inc/
Dux_api.h1345 #define UX_DEVICE_SELF_POWERED 2u macro