Home
last modified time | relevance | path

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

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_usbd.c419 USBEPn->CSR = (USBEPn->CSR) & (DTGTX | DTGRX | NAKRX); in USBD_EPTReset()
591 USBEPn->CSR = (USBEPn->CSR) & (DTGTX | DTGRX); in USBD_EPTClearDTG()
602 USBEPn->CSR = (USBEPn->CSR) & DTGRX; in USBD_EPTClearDTG()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_usbd.c430 USBEPn->CSR = (USBEPn->CSR) & (DTGTX | DTGRX | NAKRX); in USBD_EPTReset()
602 USBEPn->CSR = (USBEPn->CSR) & (DTGTX | DTGRX); in USBD_EPTClearDTG()
613 USBEPn->CSR = (USBEPn->CSR) & DTGRX; in USBD_EPTClearDTG()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_usbd.h218 #define DTGRX ((u32)0x00000008) /*!< Data Toggle Status, for OUT transfer … macro
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_usbd.h197 #define DTGRX ((u32)0x00000008) /*!< Data Toggle Status, for OUT transfer … macro

Completed in 10 milliseconds