Home
last modified time | relevance | path

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

/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/
A Dht32f1xxxx_usbd.c478 return (((USBEPn->CSR) & STLTX) ? 1 : 0); in USBD_EPTGetHalt()
494 _USBD_GetEPTnAddr(USBD_EPTn)->CSR = STLTX; in USBD_EPTSendSTALL()
511 USBEPn->CSR = (~(USBEPn->CSR)) & (STLTX | STLRX); in USBD_EPTSetHalt()
519 USBEPn->CSR = (~(USBEPn->CSR)) & STLTX; in USBD_EPTSetHalt()
542 USBEPn->CSR = (USBEPn->CSR) & (STLTX | STLRX); in USBD_EPTClearHalt()
548 USBEPn->CSR = (USBEPn->CSR) & STLTX; in USBD_EPTClearHalt()
570 u32 uSTALLState = (CFGR->EPDIR == EPDIR_IN) ? ((USBEPn->CSR) & STLTX) : ((USBEPn->CSR) & STLRX); in USBD_EPTWaitSTALLSent()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_usbd.c489 return (((USBEPn->CSR) & STLTX) ? 1 : 0); in USBD_EPTGetHalt()
505 _USBD_GetEPTnAddr(USBD_EPTn)->CSR = STLTX; in USBD_EPTSendSTALL()
522 USBEPn->CSR = (~(USBEPn->CSR)) & (STLTX | STLRX); in USBD_EPTSetHalt()
530 USBEPn->CSR = (~(USBEPn->CSR)) & STLTX; in USBD_EPTSetHalt()
553 USBEPn->CSR = (USBEPn->CSR) & (STLTX | STLRX); in USBD_EPTClearHalt()
559 USBEPn->CSR = (USBEPn->CSR) & STLTX; in USBD_EPTClearHalt()
581 u32 uSTALLState = (CFGR->EPDIR == EPDIR_IN) ? ((USBEPn->CSR) & STLTX) : ((USBEPn->CSR) & STLRX); in USBD_EPTWaitSTALLSent()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_usbd.h217 #define STLTX ((u32)0x00000004) /*!< STALL Status, for IN transfer … macro
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_usbd.h196 #define STLTX ((u32)0x00000004) /*!< STALL Status, for IN transfer … macro

Completed in 12 milliseconds