28 #ifndef MCUXCLMEMORY_CLEAR_H_ 29 #define MCUXCLMEMORY_CLEAR_H_ 31 #include <mcuxClConfig.h> 34 #include <mcuxClCore_Analysis.h> 64 #define MCUXCLMEMORY_FP_MEMORY_CLEAR(pTarget, byteLen) \ 65 MCUX_CSSL_FP_FUNCTION_CALL_VOID(mcuxClMemory_clear((uint8_t *) (pTarget), byteLen, byteLen)) 68 #define MCUXCLMEMORY_FP_MEMORY_CLEAR_WITH_BUFF(pTarget, byteLen, buffLen) \ 69 MCUX_CSSL_FP_FUNCTION_CALL_VOID(mcuxClMemory_clear((uint8_t *) (pTarget), 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_clear(uint8_t *pDst
Overwrites a memory buffer with null bytes.