Searched refs:INT_FG (Results 1 – 6 of 6) sorted by relevance
69 if(USBFSH->INT_FG & USBFS_UIF_DETECT) in usbh_reset_port()71 USBFSH->INT_FG = USBFS_UIF_DETECT; in usbh_reset_port()201 USBFSH->INT_FG = 0xFF; in hcd_init()232 if (USBFSH->INT_FG & USBFS_UIF_TRANSFER) in OTG_HS_IRQHandler()235 USBFSH->INT_FG = USBFS_UIF_TRANSFER; in OTG_HS_IRQHandler()239 else if (USBFSH->INT_FG & USBFS_UIF_DETECT) in OTG_HS_IRQHandler()254 USBFSH->INT_FG = USBFS_UIF_DETECT; in OTG_HS_IRQHandler()
304 USBFSD->INT_FG = 0xFF; in dcd_init()320 uint8_t int_fg = USBFSD->INT_FG; in USBD_IRQHandler()372 USBFSD->INT_FG = USBFS_UIF_TRANSFER; in USBD_IRQHandler()387 USBFSD->INT_FG |= USBFS_UIF_BUS_RST; in USBD_IRQHandler()389 USBFSD->INT_FG = USBFS_UIF_SUSPEND; in USBD_IRQHandler()391 USBFSD->INT_FG = int_fg; in USBD_IRQHandler()
546 intflag.reg = usbhs->INT_FG.reg; in usbhs_irq_handler()569 usbhs->INT_FG.reg = intflag.reg; in usbhs_irq_handler()
544 union _usb_int_fg INT_FG; member
838 __IO uint8_t INT_FG; member
Completed in 69 milliseconds