Home
last modified time | relevance | path

Searched refs:addressBitMap (Results 1 – 4 of 4) sorted by relevance

/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host_hci.h123 …uint8_t addressBitMap[16]; /*!< Used for address allocation. The first bit is the address 1, secon… member
A Dusb_host_devices.c586 if (hostInstance->addressBitMap[addressIndex] != 0xFF) in USB_HostAllocateDeviceAddress()
595 if (!(hostInstance->addressBitMap[addressIndex] & (0x01u << addressBitIndex))) in USB_HostAllocateDeviceAddress()
597 …hostInstance->addressBitMap[addressIndex] |= (0x01u << addressBitIndex); /* set the allocated bit … in USB_HostAllocateDeviceAddress()
609 hostInstance->addressBitMap[(uint32_t)(address - 1) >> 3] &= in USB_HostReleaseDeviceAddress()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_hci.h108 …uint8_t addressBitMap[16]; /*!< Used for address allocation. The first bit is the address 1, secon… member
A Dusb_host_devices.c646 if (hostInstance->addressBitMap[addressIndex] != 0xFFU) in USB_HostAllocateDeviceAddress()
655 if (0U == (hostInstance->addressBitMap[addressIndex] & (0x01U << addressBitIndex))) in USB_HostAllocateDeviceAddress()
657 …hostInstance->addressBitMap[addressIndex] |= (0x01U << addressBitIndex); /* set the allocated bit … in USB_HostAllocateDeviceAddress()
669 hostInstance->addressBitMap[((uint32_t)address - 1U) >> 3U] &= in USB_HostReleaseDeviceAddress()

Completed in 12 milliseconds