TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
tfm_memory_utils.h File Reference
#include <string.h>
#include "cmsis_compiler.h"
Include dependency graph for tfm_memory_utils.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

__STATIC_INLINE int tfm_memcmp ( const void *  ptr1,
const void *  ptr2,
size_t  num 
)

Definition at line 30 of file tfm_memory_utils.h.

Here is the call graph for this function:

Here is the caller graph for this function:

__STATIC_INLINE void* tfm_memcpy ( void *  dest,
const void *  src,
size_t  num 
)

Definition at line 24 of file tfm_memory_utils.h.

Here is the call graph for this function:

Here is the caller graph for this function:

__STATIC_INLINE void* tfm_memset ( void *  ptr,
int  value,
size_t  num 
)

Definition at line 36 of file tfm_memory_utils.h.

Here is the call graph for this function:

Here is the caller graph for this function: