Home
last modified time | relevance | path

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

/AliOS-Things-master/components/trace/SEGGER/
A DSEGGER_RTT.c164 #define SEGGER_RTT_MEMCPY(pDest, pSrc, NumBytes) MEMCPY((pDest), (pSrc), (NumBytes)) macro
166 #define SEGGER_RTT_MEMCPY(pDest, pSrc, NumBytes) memcpy((pDest), (pSrc), (NumBytes)) macro

Completed in 7 milliseconds