Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_devices.c648 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()
Dusb_host_hci.h108 …uint8_t addressBitMap[16]; /*!< Used for address allocation. The first bit is the address 1, secon… member