Searched refs:_GetEPRxCount (Results 1 – 14 of 14) sorted by relevance
555 #define _GetEPRxCount(bEpNum) ((uint16_t)(*_pEPRxCount(bEpNum)) & 0x3ff) macro647 #define _GetEPDblBuf1Count(bEpNum) (_GetEPRxCount(bEpNum))
554 #define _GetEPRxCount(bEpNum) ((uint16_t)(*_pEPRxCount(bEpNum)) & 0x3ff) macro646 #define _GetEPDblBuf1Count(bEpNum) (_GetEPRxCount(bEpNum))
447 return (_GetEPRxCount(bEpNum)); in USB_GetEpRxCnt()
Completed in 65 milliseconds