Searched refs:pDest (Results 1 – 3 of 3) 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() argument 1009 (void)memcpy(pDest, pSrc, cnt); in CSI_MemCopy()
|
| D | fsl_csi.h | 290 typedef void (*csi_frag_copy_func_t)(void *pDest, const void *pSrc, size_t cnt);
|