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

Go to the source code of this file.

Macros

#define OS_WRAPPER_SUCCESS   (0x0)
 
#define OS_WRAPPER_ERROR   (0xFFFFFFFFU)
 
#define OS_WRAPPER_WAIT_FOREVER   (0xFFFFFFFFU)
 
#define OS_WRAPPER_DEFAULT_STACK_SIZE   (-1)
 

Macro Definition Documentation

#define OS_WRAPPER_DEFAULT_STACK_SIZE   (-1)

Definition at line 20 of file common.h.

#define OS_WRAPPER_ERROR   (0xFFFFFFFFU)

Definition at line 18 of file common.h.

#define OS_WRAPPER_SUCCESS   (0x0)

Definition at line 17 of file common.h.

#define OS_WRAPPER_WAIT_FOREVER   (0xFFFFFFFFU)

Definition at line 19 of file common.h.