Home
last modified time | relevance | path

Searched defs:pDest (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/rtt/RTT/
DSEGGER_RTT.c165 #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/
Dfsl_csi.c1007 static void CSI_MemCopy(void *pDest, const void *pSrc, size_t cnt) in CSI_MemCopy()