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
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2019-2020, Arm Limited. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  *
6  */
7 
8 /*********** WARNING: This is an auto-generated file. Do not edit! ***********/
9 
10 #ifndef __PSA_MANIFEST_TFM_SS_CORE_TEST_H__
11 #define __PSA_MANIFEST_TFM_SS_CORE_TEST_H__
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
17 #define SPM_CORE_TEST_INIT_SUCCESS_SIGNAL (1U << (0 + 4))
18 #define SPM_CORE_TEST_DIRECT_RECURSION_SIGNAL (1U << (1 + 4))
19 #define SPM_CORE_TEST_SS_TO_SS_SIGNAL (1U << (2 + 4))
20 #define SPM_CORE_TEST_SS_TO_SS_BUFFER_SIGNAL (1U << (3 + 4))
21 #define SPM_CORE_TEST_OUTVEC_WRITE_SIGNAL (1U << (4 + 4))
22 #define SPM_CORE_TEST_PERIPHERAL_ACCESS_SIGNAL (1U << (5 + 4))
23 #define SPM_CORE_TEST_GET_CALLER_CLIENT_ID_SIGNAL (1U << (6 + 4))
24 #define SPM_CORE_TEST_SPM_REQUEST_SIGNAL (1U << (7 + 4))
25 #define SPM_CORE_TEST_BLOCK_SIGNAL (1U << (8 + 4))
26 #define SPM_CORE_TEST_NS_THREAD_SIGNAL (1U << (9 + 4))
27 
28 #ifdef __cplusplus
29 }
30 #endif
31 
32 #endif /* __PSA_MANIFEST_TFM_SS_CORE_TEST_H__ */