Home
last modified time | relevance | path

Searched refs:configuration_index (Results 1 – 7 of 7) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_host_stack_configuration_enumerate.c94 ULONG configuration_index; in _ux_host_stack_configuration_enumerate() local
115 for (configuration_index = 0; configuration_index < nb_configurations; configuration_index++) in _ux_host_stack_configuration_enumerate()
123 …transfer_request -> ux_transfer_request_value = configuration_index | (UINT)(UX_CONFIG… in _ux_host_stack_configuration_enumerate()
149 …tatus = _ux_host_stack_configuration_descriptor_parse(device, configuration, configuration_index); in _ux_host_stack_configuration_enumerate()
Dux_host_stack_device_configuration_get.c75 UINT _ux_host_stack_device_configuration_get(UX_DEVICE *device, UINT configuration_index, in _ux_host_stack_device_configuration_get() argument
106 if (configuration_index == current_configuration_index) in _ux_host_stack_device_configuration_get()
178 UINT _uxe_host_stack_device_configuration_get(UX_DEVICE *device, UINT configuration_index, in _uxe_host_stack_device_configuration_get() argument
187 return(_ux_host_stack_device_configuration_get(device, configuration_index, configuration)); in _uxe_host_stack_device_configuration_get()
Dux_host_stack_configuration_descriptor_parse.c80 UINT configuration_index) in _ux_host_stack_configuration_descriptor_parse() argument
115 …transfer_request -> ux_transfer_request_value = configuration_index | (UINT)(UX_CONFIG… in _ux_host_stack_configuration_descriptor_parse()
/USBX-v6.2.1/test/regression/
Dux_device_class_dummy_printer.c121 ULONG configuration_index; in _configure_index_value() local
125 configuration_index = 0; in _configure_index_value()
133 if (configuration_index == index) in _configure_index_value()
138 configuration_index ++; in _configure_index_value()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_cdc_ecm_mac_address_get.c90 ULONG configuration_index; in _ux_host_class_cdc_ecm_mac_address_get() local
105configuration_index = (ULONG)cdc_ecm -> ux_host_class_cdc_ecm_interface_data -> ux_interface_confi… in _ux_host_class_cdc_ecm_mac_address_get()
125 …transfer_request_value = (UX_CONFIGURATION_DESCRIPTOR_ITEM << 8) | configuration_index; in _ux_host_class_cdc_ecm_mac_address_get()
/USBX-v6.2.1/common/core/inc/
Dux_host_stack.h144 …ion_descriptor_parse(UX_DEVICE *device, UX_CONFIGURATION *configuration, UINT configuration_index);
157 UINT _ux_host_stack_device_configuration_get(UX_DEVICE *device, UINT configuration_index,
216 UINT _uxe_host_stack_device_configuration_get(UX_DEVICE *device, UINT configuration_index,
Dux_api.h2884 UINT ux_host_stack_device_configuration_get(UX_DEVICE *device, UINT configuration_index, UX_CONF…