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

Go to the source code of this file.

Macros

#define TFM_PS_SET_SIGNAL   (1U << (0 + 4))
 
#define TFM_PS_GET_SIGNAL   (1U << (1 + 4))
 
#define TFM_PS_GET_INFO_SIGNAL   (1U << (2 + 4))
 
#define TFM_PS_REMOVE_SIGNAL   (1U << (3 + 4))
 
#define TFM_PS_GET_SUPPORT_SIGNAL   (1U << (4 + 4))
 

Macro Definition Documentation

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

Definition at line 19 of file tfm_protected_storage.h.

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

Definition at line 18 of file tfm_protected_storage.h.

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

Definition at line 21 of file tfm_protected_storage.h.

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

Definition at line 20 of file tfm_protected_storage.h.

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

Definition at line 17 of file tfm_protected_storage.h.