Memory header for set function. More...
Go to the source code of this file.
Macros | |
#define | MCUXCLMEMORY_FP_MEMORY_SET(pTarget, val, byteLen) |
Helper macro to call mcuxClMemory_set with flow protection. More... | |
#define | MCUXCLMEMORY_FP_MEMORY_SET_WITH_BUFF(pTarget, val, byteLen, buffLen) |
Helper macro to call mcuxClMemory_set with flow protection with buffer. More... | |
Functions | |
void | mcuxClMemory_set (uint8_t *pDst, uint8_t val, size_t length, size_t bufLength) |
Sets all bytes of a memory buffer to a specified value. More... | |
Memory header for set function.
This header exposes functions that enable using memory set functions.