TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
tfm_ss_core_test.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SPM_CORE_TEST_INIT_SUCCESS_SIGNAL   (1U << (0 + 4))
 
#define SPM_CORE_TEST_DIRECT_RECURSION_SIGNAL   (1U << (1 + 4))
 
#define SPM_CORE_TEST_SS_TO_SS_SIGNAL   (1U << (2 + 4))
 
#define SPM_CORE_TEST_SS_TO_SS_BUFFER_SIGNAL   (1U << (3 + 4))
 
#define SPM_CORE_TEST_OUTVEC_WRITE_SIGNAL   (1U << (4 + 4))
 
#define SPM_CORE_TEST_PERIPHERAL_ACCESS_SIGNAL   (1U << (5 + 4))
 
#define SPM_CORE_TEST_GET_CALLER_CLIENT_ID_SIGNAL   (1U << (6 + 4))
 
#define SPM_CORE_TEST_SPM_REQUEST_SIGNAL   (1U << (7 + 4))
 
#define SPM_CORE_TEST_BLOCK_SIGNAL   (1U << (8 + 4))
 
#define SPM_CORE_TEST_NS_THREAD_SIGNAL   (1U << (9 + 4))
 

Macro Definition Documentation

#define SPM_CORE_TEST_BLOCK_SIGNAL   (1U << (8 + 4))

Definition at line 25 of file tfm_ss_core_test.h.

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

Definition at line 18 of file tfm_ss_core_test.h.

#define SPM_CORE_TEST_GET_CALLER_CLIENT_ID_SIGNAL   (1U << (6 + 4))

Definition at line 23 of file tfm_ss_core_test.h.

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

Definition at line 17 of file tfm_ss_core_test.h.

#define SPM_CORE_TEST_NS_THREAD_SIGNAL   (1U << (9 + 4))

Definition at line 26 of file tfm_ss_core_test.h.

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

Definition at line 21 of file tfm_ss_core_test.h.

#define SPM_CORE_TEST_PERIPHERAL_ACCESS_SIGNAL   (1U << (5 + 4))

Definition at line 22 of file tfm_ss_core_test.h.

#define SPM_CORE_TEST_SPM_REQUEST_SIGNAL   (1U << (7 + 4))

Definition at line 24 of file tfm_ss_core_test.h.

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

Definition at line 20 of file tfm_ss_core_test.h.

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

Definition at line 19 of file tfm_ss_core_test.h.