Home
last modified time | relevance | path

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

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_usbd.h164 #define URSTIF ((u32)0x00000004) /*!< USB Reset Interrupt Flag … macro
250 #define API_USB_IS_RESET_INT(flag) (flag & URSTIF)
251 #define API_USB_CLR_RESET_INT() (USBD_ClearINT(URSTIF))
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_usbd.h150 #define URSTIF ((u32)0x00000004) /*!< USB Reset Interrupt Flag … macro
229 #define API_USB_IS_RESET_INT(flag) (flag & URSTIF)
230 #define API_USB_CLR_RESET_INT() (USBD_ClearINT(URSTIF))

Completed in 8 milliseconds