Searched refs:pDest (Results 1 – 3 of 3) sorted by relevance
/segger-latest/SEGGER/ |
D | SEGGER.h | 195 void SEGGER_ARM_memcpy(void* pDest, const void* pSrc, int NumBytes); 196 void SEGGER_memcpy (void* pDest, const void* pSrc, unsigned NumBytes); 197 void SEGGER_memxor (void* pDest, const void* pSrc, unsigned NumBytes);
|
D | SEGGER_RTT.c | 155 #define STRCPY(pDest, pSrc) strcpy((pDest), (pSrc)) argument 164 #define SEGGER_RTT_MEMCPY(pDest, pSrc, NumBytes) MEMCPY((pDest), (pSrc), (NumBytes)) argument 166 #define SEGGER_RTT_MEMCPY(pDest, pSrc, NumBytes) memcpy((pDest), (pSrc), (NumBytes)) argument
|
D | SEGGER_SYSVIEW.c | 371 #define ENCODE_U32(pDest, Value) { \ argument 374 pSysviewPointer = pDest; \ 381 pDest = pSysviewPointer; \
|