TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
tfm_internal_trusted_storage.h File Reference

Go to the source code of this file.

Macros

#define TFM_ITS_SET_SIGNAL   (1U << (0 + 4))
 
#define TFM_ITS_GET_SIGNAL   (1U << (1 + 4))
 
#define TFM_ITS_GET_INFO_SIGNAL   (1U << (2 + 4))
 
#define TFM_ITS_REMOVE_SIGNAL   (1U << (3 + 4))
 

Macro Definition Documentation

#define TFM_ITS_GET_INFO_SIGNAL   (1U << (2 + 4))

Definition at line 19 of file tfm_internal_trusted_storage.h.

#define TFM_ITS_GET_SIGNAL   (1U << (1 + 4))

Definition at line 18 of file tfm_internal_trusted_storage.h.

#define TFM_ITS_REMOVE_SIGNAL   (1U << (3 + 4))

Definition at line 20 of file tfm_internal_trusted_storage.h.

#define TFM_ITS_SET_SIGNAL   (1U << (0 + 4))

Definition at line 17 of file tfm_internal_trusted_storage.h.