Home
last modified time | relevance | path

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