Searched refs:configurationValue (Results 1 – 6 of 6) sorted by relevance
64 … uint8_t configurationValue; /*!< Configuration index */ member
268 deviceInstance->configurationValue = 0U; in USB_HostEnumerationTransferCallback()354 getDescriptorParam.descriptorIndex = deviceInstance->configurationValue; in USB_HostProcessState()366 getDescriptorParam.descriptorIndex = deviceInstance->configurationValue; in USB_HostProcessState()528 deviceInstance->configurationValue++; in USB_HostProcessCallback()541 … if (deviceInstance->configurationValue < deviceInstance->deviceDescriptor->bNumConfigurations) in USB_HostProcessCallback()
663 *infoValue = (uint32_t)deviceInstance->configurationValue - 1U; in USB_HostHelperGetPeripheralInformation()
83 uint16_t configurationValue; /*!< Configuration index */ member
247 deviceInstance->configurationValue = 0; in USB_HostEnumerationTransferCallback()288 deviceInstance->configurationValue = 0; in USB_HostEnumerationTransferCallback()363 getDescriptorParam.descriptorIndex = deviceInstance->configurationValue; in USB_HostProcessState()375 getDescriptorParam.descriptorIndex = deviceInstance->configurationValue; in USB_HostProcessState()477 deviceInstance->configurationValue++; in USB_HostProcessCallback()489 … if (deviceInstance->configurationValue < deviceInstance->deviceDescriptor->bNumConfigurations) in USB_HostProcessCallback()
676 *infoValue = (uint32_t)deviceInstance->configurationValue - 1U; in USB_HostHelperGetPeripheralInformation()
Completed in 14 milliseconds