Basic memory operations. More...
Modules | |
| mcuxClMemory_Clear | |
| This function clears a memory region. | |
| mcuxClMemory_Copy | |
This function copies a memory region from src to dst. | |
| mcuxClMemory_Endianness | |
| These macros implement endianess management on integers. | |
| mcuxClMemory_Set | |
| This function sets all bytes in a memory region to a specified value. | |
| mcuxClMemory_Types | |
| Defines all types used by the mcuxClMemory functions. | |
Basic memory operations.
This component provides memory functions similar to the ones found in the C standard library.