Home
last modified time | relevance | path

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

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_usbd.h205 #define IDTXIF ((u32)0x00000010) /*!< IN Data Transmitted Interrupt Flag … macro
268 #define API_USB_EPTn_IS_IN_INT(flag) (flag & IDTXIF)
269 #define API_USB_EPTn_CLR_IN_INT(EPTn) (USBD_EPTClearINT(EPTn, IDTXIF))
272 #define API_USB_EPTn_IS_INT(flag) (flag & (ODRXIF | IDTXIF))
273 #define API_USB_EPTn_CLR_INT(EPTn) (USBD_EPTClearINT(EPTn, (ODRXIF | IDTXIF)))
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_usbd.h184 #define IDTXIF ((u32)0x00000010) /*!< IN Data Transmitted Interrupt Flag … macro
247 #define API_USB_EPTn_IS_IN_INT(flag) (flag & IDTXIF)
248 #define API_USB_EPTn_CLR_IN_INT(EPTn) (USBD_EPTClearINT(EPTn, IDTXIF))
251 #define API_USB_EPTn_IS_INT(flag) (flag & (ODRXIF | IDTXIF))
252 #define API_USB_EPTn_CLR_INT(EPTn) (USBD_EPTClearINT(EPTn, (ODRXIF | IDTXIF)))
/bsp/ht32/libraries/usbd_library/src/
A Dusbd_code.c147 if (USBEPTISRFlag & IDTXIF) in usbd_irq_handler()
A Dht32_usbd_core.c331 if (USBEPTISRFlag & IDTXIF) in USBDCore_IRQHandler()

Completed in 9 milliseconds