Searched refs:otgInterrupts (Results 1 – 1 of 1) sorted by relevance
521 uint8_t otgInterrupts; in USB_OtgKhciIsrFunction() local530 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()