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 | |
| MCUX_CSSL_FP_PROTECTED_TYPE (void) mcuxClMemory_clear(uint8_t *pDst | |
| Overwrites a memory buffer with null bytes. More... | |
Variables | |
| size_t | length |
| size_t size_t | bufLength |
Memory header for clear functions.
This header exposes functions that enable using memory clear function.