26 #ifndef MCUXCLMEMORY_COPY_H_ 27 #define MCUXCLMEMORY_COPY_H_ 29 #include <mcuxClConfig.h> 32 #include <mcuxClCore_Analysis.h> 66 #define MCUXCLMEMORY_FP_MEMORY_COPY(pTarget, pSource, byteLen) \ 67 MCUX_CSSL_FP_FUNCTION_CALL_VOID(mcuxClMemory_copy((uint8_t *) (pTarget), (const uint8_t *) (pSource), byteLen, byteLen)) 70 #define MCUXCLMEMORY_FP_MEMORY_COPY_WITH_BUFF(pTarget, pSource, byteLen, buffLen) \ 71 MCUX_CSSL_FP_FUNCTION_CALL_VOID(mcuxClMemory_copy((uint8_t *) (pTarget), (const uint8_t *) (pSource), byteLen, buffLen)) #define MCUX_CSSL_FP_FUNCTION_DECL(...)
Declaration of a flow protected function.
Definition: mcuxCsslFlowProtection.h:125
MCUX_CSSL_FP_PROTECTED_TYPE(void) mcuxClMemory_copy(uint8_t *pDst
Copies a memory buffer to another location.