![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
#include <string.h>
#include "cmsis_compiler.h"
Go to the source code of this file.
Functions | |
__STATIC_INLINE void * | tfm_memcpy (void *dest, const void *src, size_t num) |
__STATIC_INLINE int | tfm_memcmp (const void *ptr1, const void *ptr2, size_t num) |
__STATIC_INLINE void * | tfm_memset (void *ptr, int value, size_t num) |
__STATIC_INLINE int tfm_memcmp | ( | const void * | ptr1, |
const void * | ptr2, | ||
size_t | num | ||
) |
Definition at line 30 of file tfm_memory_utils.h.
__STATIC_INLINE void* tfm_memcpy | ( | void * | dest, |
const void * | src, | ||
size_t | num | ||
) |
Definition at line 24 of file tfm_memory_utils.h.
__STATIC_INLINE void* tfm_memset | ( | void * | ptr, |
int | value, | ||
size_t | num | ||
) |
Definition at line 36 of file tfm_memory_utils.h.