Home
last modified time | relevance | path

Searched refs:ux_configuration_descriptor (Results 1 – 19 of 19) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_host_stack_device_configuration_select.c118 …if (((configuration -> ux_configuration_descriptor.bmAttributes & UX_CONFIGURATION_DEVICE_SELF_POW… in _ux_host_stack_device_configuration_select()
119 (configuration -> ux_configuration_descriptor.MaxPower > UX_DEVICE_MAX_POWER_GET(device))) in _ux_host_stack_device_configuration_select()
Dux_host_stack_configuration_set.c153 …transfer_request_value = (USHORT) configuration -> ux_configuration_descriptor.bConfig… in _ux_host_stack_configuration_set()
184 ux_configuration_descriptor.bmAttributes & in _ux_host_stack_configuration_set()
Dux_host_stack_configuration_descriptor_parse.c95 total_configuration_length = configuration -> ux_configuration_descriptor.wTotalLength; in _ux_host_stack_configuration_descriptor_parse()
Dux_host_stack_configuration_enumerate.c145 … UX_CONFIGURATION_DESCRIPTOR_ENTRIES, (UCHAR *) &configuration -> ux_configuration_descriptor); in _ux_host_stack_configuration_enumerate()
Dux_host_stack_interfaces_scan.c87 total_configuration_length = configuration -> ux_configuration_descriptor.wTotalLength; in _ux_host_stack_interfaces_scan()
Dux_host_stack_tasks_run.c233 (UCHAR *) &configuration -> ux_configuration_descriptor); in _ux_host_stack_enum_configuration_descriptor_parse0()
775 if (configuration -> ux_configuration_descriptor.wTotalLength == in _ux_host_stack_device_enum_run()
785 configuration -> ux_configuration_descriptor.wTotalLength); in _ux_host_stack_device_enum_run()
795 configuration -> ux_configuration_descriptor.wTotalLength; in _ux_host_stack_device_enum_run()
846 if (((configuration -> ux_configuration_descriptor.bmAttributes & in _ux_host_stack_device_enum_run()
848 (configuration -> ux_configuration_descriptor.MaxPower > in _ux_host_stack_device_enum_run()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_audio_descriptor_get.c102 configuration -> ux_configuration_descriptor.wTotalLength; in _ux_host_class_audio_descriptor_get()
110 total_configuration_length = configuration -> ux_configuration_descriptor.wTotalLength; in _ux_host_class_audio_descriptor_get()
Dux_host_class_video_descriptor_get.c101 configuration -> ux_configuration_descriptor.wTotalLength; in _ux_host_class_video_descriptor_get()
109 total_configuration_length = configuration -> ux_configuration_descriptor.wTotalLength; in _ux_host_class_video_descriptor_get()
Dux_host_class_cdc_acm_capabilities_get.c125 … UX_CONFIGURATION_DESCRIPTOR_ENTRIES, (UCHAR *) &configuration.ux_configuration_descriptor); in _ux_host_class_cdc_acm_capabilities_get()
129 total_descriptor_length = configuration.ux_configuration_descriptor.wTotalLength; in _ux_host_class_cdc_acm_capabilities_get()
Dux_host_class_hid_descriptor_parse.c100 total_configuration_length = configuration -> ux_configuration_descriptor.wTotalLength; in _ux_host_class_hid_descriptor_parse()
Dux_host_class_hid_entry.c207 configuration -> ux_configuration_descriptor.wTotalLength); in _ux_host_class_hid_descriptor_read()
219 …st -> ux_transfer_request_requested_length = configuration -> ux_configuration_descriptor.wTotalL… in _ux_host_class_hid_descriptor_read()
Dux_host_class_cdc_ecm_mac_address_get.c105 …_class_cdc_ecm_interface_data -> ux_interface_configuration -> ux_configuration_descriptor.bConfig… in _ux_host_class_cdc_ecm_mac_address_get()
Dux_host_class_cdc_acm_activate.c177 ux_configuration_descriptor.wTotalLength; in _ux_host_class_cdc_acm_activate()
Dux_host_class_audio_activate.c283 …riptor_length = interface_ptr -> ux_interface_configuration -> ux_configuration_descriptor.wTotalL… in _ux_host_class_audio_activate()
Dux_host_class_hub_entry.c177 …transfer_request_value = (USHORT) configuration -> ux_configuration_descriptor.bConfig… in _ux_host_class_hub_enum_set_config()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_hid_descriptor_parse_coverage_test.c54 config.ux_configuration_descriptor.wTotalLength = total_configuration_length; in test_application_define()
Dusbx_ux_host_stack_configuration_descriptor_parse_test.c477 wTotalLength = configuration->ux_configuration_descriptor.wTotalLength; in ux_test_thread_simulation_0_entry()
478 configuration->ux_configuration_descriptor.wTotalLength += 8; in ux_test_thread_simulation_0_entry()
483 configuration->ux_configuration_descriptor.wTotalLength = wTotalLength; in ux_test_thread_simulation_0_entry()
Dux_host_class_dummy.c370 if (configuration -> ux_configuration_descriptor.bConfigurationValue == configuration_value)
/USBX-v6.2.1/common/core/inc/
Dux_api.h2112 ux_configuration_descriptor; member