Memory header for copy functions. More...
Go to the source code of this file.
Macros | |
#define | MCUXCLMEMORY_FP_MEMORY_COPY(pTarget, pSource, byteLen) |
Helper macro to call mcuxClMemory_copy with flow protection. More... | |
#define | MCUXCLMEMORY_FP_MEMORY_COPY_WITH_BUFF(pTarget, pSource, byteLen, buffLen) |
Helper macro to call mcuxClMemory_copy with flow protection with buffer. More... | |
Functions | |
void | mcuxClMemory_copy (uint8_t *pDst, uint8_t const *pSrc, size_t length, size_t bufLength) |
Copies a memory buffer to another location. More... | |
Memory header for copy functions.
This header exposes functions that enable using memory copy function.