Home
last modified time | relevance | path

Searched refs:configuration_descriptor (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_device_stack_configuration_set.c93 UX_CONFIGURATION_DESCRIPTOR configuration_descriptor = { 0 }; in _ux_device_stack_configuration_set() local
148 (UCHAR *) &configuration_descriptor); in _ux_device_stack_configuration_set()
152 if (configuration_descriptor.bConfigurationValue == configuration_value) in _ux_device_stack_configuration_set()
235 …_ux_system_slave -> ux_system_slave_power_state = (configuration_descriptor.bmAttributes & 0x40) ?… in _ux_device_stack_configuration_set()
238 …_ux_system_slave -> ux_system_slave_remote_wakeup_capability = (configuration_descriptor.bmAttribu… in _ux_device_stack_configuration_set()
241 device_framework_length = configuration_descriptor.wTotalLength; in _ux_device_stack_configuration_set()
Dux_device_stack_alternate_setting_set.c102 UX_CONFIGURATION_DESCRIPTOR configuration_descriptor; in _ux_device_stack_alternate_setting_set() local
197 (UCHAR *) &configuration_descriptor); in _ux_device_stack_alternate_setting_set()
200 …if (configuration_descriptor.bConfigurationValue == device -> ux_slave_device_configuration_select… in _ux_device_stack_alternate_setting_set()
204 device_framework_length = configuration_descriptor.wTotalLength; in _ux_device_stack_alternate_setting_set()
Dux_device_stack_descriptor_send.c101 UX_CONFIGURATION_DESCRIPTOR configuration_descriptor; in _ux_device_stack_descriptor_send() local
284 (UCHAR *) &configuration_descriptor); in _ux_device_stack_descriptor_send()
287 target_descriptor_length = configuration_descriptor.wTotalLength; in _ux_device_stack_descriptor_send()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_cdc_ecm_mac_address_get.c88 UX_CONFIGURATION_DESCRIPTOR configuration_descriptor; in _ux_host_class_cdc_ecm_mac_address_get() local
138 … UX_CONFIGURATION_DESCRIPTOR_ENTRIES, (UCHAR *) &configuration_descriptor); in _ux_host_class_cdc_ecm_mac_address_get()
144 total_configuration_length = configuration_descriptor.wTotalLength; in _ux_host_class_cdc_ecm_mac_address_get()
162 …S) && (transfer_request -> ux_transfer_request_actual_length == configuration_descriptor.wTotalLen… in _ux_host_class_cdc_ecm_mac_address_get()
347 …UX_TRACE_IN_LINE_INSERT(UX_TRACE_ERROR, UX_DESCRIPTOR_CORRUPTED, &configuration_descriptor, 0, 0, … in _ux_host_class_cdc_ecm_mac_address_get()