Memory header for reversed copy functions. More...
Go to the source code of this file.
Macros | |
| #define | MCUXCLMEMORY_FP_MEMORY_COPY_REVERSED(pTarget, pSource, byteLen) |
| Helper macro to call mcuxClMemory_copy_reversed with flow protection. | |
Functions | |
| void | mcuxClMemory_copy_reversed (uint8_t *pDst, uint8_t const *pSrc, size_t length, size_t bufLength) |
| Copies a memory buffer to another location reversely. | |
Memory header for reversed copy functions.
This header exposes functions that enable using memory reversed copy function.