Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_ehci.c531 …evice_ehci_dtd_struct_t *)((uint32_t)ehciState->dtdHard[index] & USB_DEVICE_ECHI_DTD_POINTER_MASK); in USB_DeviceEhciCancelControlPipe()
596 (0U == ((uint32_t)ehciState->dtdHard[index] & USB_DEVICE_ECHI_DTD_POINTER_MASK))) in USB_DeviceEhciCancelControlPipe()
614 …evice_ehci_dtd_struct_t *)((uint32_t)ehciState->dtdHard[index] & USB_DEVICE_ECHI_DTD_POINTER_MASK); in USB_DeviceEhciCancelControlPipe()
713 USB_DEVICE_ECHI_DTD_POINTER_MASK); in USB_DeviceEhciInterruptTokenDone()
719 USB_DEVICE_ECHI_DTD_POINTER_MASK); in USB_DeviceEhciInterruptTokenDone()
740USB_DEVICE_ECHI_DTD_POINTER_MASK); in USB_DeviceEhciInterruptTokenDone()
750 USB_DEVICE_ECHI_DTD_POINTER_MASK); in USB_DeviceEhciInterruptTokenDone()
797 … (0U == ((uint32_t)ehciState->dtdHard[index] & USB_DEVICE_ECHI_DTD_POINTER_MASK))) in USB_DeviceEhciInterruptTokenDone()
812USB_DEVICE_ECHI_DTD_POINTER_MASK); in USB_DeviceEhciInterruptTokenDone()
1757 …evice_ehci_dtd_struct_t *)((uint32_t)ehciState->dtdHard[index] & USB_DEVICE_ECHI_DTD_POINTER_MASK);
[all …]
Dusb_device_ehci.h45 #define USB_DEVICE_ECHI_DTD_POINTER_MASK (0xFFFFFFE0U) macro