Home
last modified time | relevance | path

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

/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_pcd.c378 CLEAR_IN_EP_INTR(epnum, USB_OTG_DIEPINT_XFRC); in HAL_PCD_IRQHandler()
395 CLEAR_IN_EP_INTR(epnum, USB_OTG_DIEPINT_TOC); in HAL_PCD_IRQHandler()
398 CLEAR_IN_EP_INTR(epnum, USB_OTG_DIEPINT_ITTXFE); in HAL_PCD_IRQHandler()
401 CLEAR_IN_EP_INTR(epnum, USB_OTG_DIEPINT_INEPNE); in HAL_PCD_IRQHandler()
404 CLEAR_IN_EP_INTR(epnum, USB_OTG_DIEPINT_EPDISD); in HAL_PCD_IRQHandler()
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_ll_usb.h388 #define CLEAR_IN_EP_INTR(__EPNUM__, __INTERRUPT__) (USBx_INEP(__EPNUM__)->DIEPINT = (__INT… macro

Completed in 5 milliseconds