Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_lpcip3511.c40 #define USB_LPC3511IP_INTSTAT_DEV_INT_MASK USBHSD_INTSTAT_DEV_INT_MASK macro
70 #define USB_LPC3511IP_INTSTAT_DEV_INT_MASK USB_INTSTAT_DEV_INT_MASK macro
508 USB_LPC3511IP_INTSTAT_DEV_INT_MASK | USB_LPC3511IP_MAX_PHY_ENDPOINT_MASK; in USB_DeviceLpc3511IpSetDefaultState()
1744 …lpc3511IpState->registerBase->INTSTAT = (USB_LPC3511IP_INTSTAT_DEV_INT_MASK | USB_LPC3511IP_INTSTA… in USB_DeviceLpc3511IpDeinit()
2653 if (0U != (interruptStatus & USB_LPC3511IP_INTSTAT_DEV_INT_MASK)) in USB_DeviceLpcIp3511IsrFunction()