Home
last modified time | relevance | path

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

/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_devices.h71 uint8_t setAddress; /*!< The address has been set to the device successfully, 1 - 127 */ member
A Dusb_host_devices.c429 deviceInstance->setAddress = deviceInstance->allocatedAddress; in USB_HostProcessCallback()
723 if (deviceInstance->setAddress != 0U) in USB_HostReleaseDeviceResource()
725 USB_HostReleaseDeviceAddress(hostInstance, deviceInstance->setAddress); in USB_HostReleaseDeviceResource()
1088 newInstance->setAddress = 0; in USB_HostAttachDevice()
A Dusb_host_hci.c600 *infoValue = (uint32_t)deviceInstance->setAddress; in USB_HostHelperGetPeripheralInformation()
/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host_devices.h93 uint8_t setAddress; /*!< The address has been set to the device successfully, 1 - 127 */ member
A Dusb_host_devices.c423 deviceInstance->setAddress = deviceInstance->allocatedAddress; in USB_HostProcessCallback()
663 if (deviceInstance->setAddress != 0) in USB_HostReleaseDeviceResource()
665 USB_HostReleaseDeviceAddress(hostInstance, deviceInstance->setAddress); in USB_HostReleaseDeviceResource()
1005 newInstance->setAddress = 0; in USB_HostAttachDevice()
A Dusb_host_hci.c615 *infoValue = (uint32_t)deviceInstance->setAddress; in USB_HostHelperGetPeripheralInformation()

Completed in 12 milliseconds