Home
last modified time | relevance | path

Searched refs:configurationValue (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_devices.h64 … uint8_t configurationValue; /*!< Configuration index */ member
Dusb_host_devices.c268 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()
Dusb_host_hci.c663 *infoValue = (uint32_t)deviceInstance->configurationValue - 1U; in USB_HostHelperGetPeripheralInformation()