Searched refs:_GetEPRxAddr (Results 1 – 21 of 21) sorted by relevance
489 #define _GetEPRxAddr(bEpNum) ((uint16_t)*_pEPRxAddr(bEpNum)) macro597 #define _GetEPDblBuf1Addr(bEpNum) (_GetEPRxAddr(bEpNum))
488 #define _GetEPRxAddr(bEpNum) ((uint16_t)*_pEPRxAddr(bEpNum)) macro596 #define _GetEPDblBuf1Addr(bEpNum) (_GetEPRxAddr(bEpNum))
402 return (_GetEPRxAddr(bEpNum)); in USB_GetEpRxAddr()
810 pBuf.b = PMAAddr + (uint8_t*)(_GetEPRxAddr(ENDP0) * 2); /* *2 for 32 bits addr */ in USB_ProcessSetup0()
Completed in 53 milliseconds