Memory header for clear functions. More...
Go to the source code of this file.
Macros | |
#define | MCUXCLMEMORY_FP_MEMORY_CLEAR(pTarget, byteLen) |
Helper macro to call mcuxClMemory_clear with flow protection. More... | |
#define | MCUXCLMEMORY_FP_MEMORY_CLEAR_WITH_BUFF(pTarget, byteLen, buffLen) |
Helper macro to call mcuxClMemory_clear with flow protection with buffer. More... | |
Functions | |
void | mcuxClMemory_clear (uint8_t *pDst, size_t length, size_t bufLength) |
Overwrites a memory buffer with null bytes. More... | |
Memory header for clear functions.
This header exposes functions that enable using memory clear function.