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 | |
MCUX_CSSL_FP_PROTECTED_TYPE (void) mcuxClMemory_copy(uint8_t *pDst | |
Copies a memory buffer to another location. More... | |
Variables | |
uint8_t const * | pSrc |
uint8_t const size_t | length |
uint8_t const size_t size_t | bufLength |
Memory header for copy functions.
This header exposes functions that enable using memory copy function.