Home
last modified time | relevance | path

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

/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_devices.h64 … uint8_t configurationValue; /*!< Configuration index */ member
A 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()
A Dusb_host_hci.c663 *infoValue = (uint32_t)deviceInstance->configurationValue - 1U; in USB_HostHelperGetPeripheralInformation()
/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host_devices.h83 uint16_t configurationValue; /*!< Configuration index */ member
A Dusb_host_devices.c247 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()
A Dusb_host_hci.c676 *infoValue = (uint32_t)deviceInstance->configurationValue - 1U; in USB_HostHelperGetPeripheralInformation()

Completed in 14 milliseconds