Searched defs:pDest (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/rtt/RTT/ |
| D | SEGGER_RTT.c | 165 #define STRCPY(pDest, pSrc) strcpy((pDest), (pSrc)) argument 174 #define SEGGER_RTT_MEMCPY(pDest, pSrc, NumBytes) MEMCPY((pDest), (pSrc), (NumBytes)) argument 176 #define SEGGER_RTT_MEMCPY(pDest, pSrc, NumBytes) memcpy((pDest), (pSrc), (NumBytes)) argument
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/csi/ |
| D | fsl_csi.c | 1007 static void CSI_MemCopy(void *pDest, const void *pSrc, size_t cnt) in CSI_MemCopy()
|