Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/middleware/mcux-sdk-middleware-usb/otg/
Dusb_otg_khci.c521 uint8_t otgInterrupts; in USB_OtgKhciIsrFunction() local
530 otgInterrupts = (otgKhciInstance->usbRegBase->OTGISTAT & otgKhciInstance->usbRegBase->OTGICR); in USB_OtgKhciIsrFunction()
531 otgKhciInstance->usbRegBase->OTGISTAT = otgInterrupts; /* clear interrupts */ in USB_OtgKhciIsrFunction()
533 if ((0U != (otgInterrupts & USB_OTGISTAT_LINE_STATE_CHG_MASK)) && in USB_OtgKhciIsrFunction()
549 if (0U != (otgInterrupts & USB_OTGISTAT_ONEMSEC_MASK)) /* 1ms */ in USB_OtgKhciIsrFunction()