Searched refs:addressBitMap (Results 1 – 2 of 2) sorted by relevance
648 if (hostInstance->addressBitMap[addressIndex] != 0xFFU) in USB_HostAllocateDeviceAddress()657 if (0U == (hostInstance->addressBitMap[addressIndex] & (0x01U << addressBitIndex))) in USB_HostAllocateDeviceAddress()659 …hostInstance->addressBitMap[addressIndex] |= (0x01U << addressBitIndex); /* set the allocated bit … in USB_HostAllocateDeviceAddress()671 hostInstance->addressBitMap[((uint32_t)address - 1U) >> 3U] &= in USB_HostReleaseDeviceAddress()
108 …uint8_t addressBitMap[16]; /*!< Used for address allocation. The first bit is the address 1, secon… member