TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
tfm_irq_test_service_1.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_IRQ_TEST_SERVICE_1_H__
11 #define __PSA_MANIFEST_TFM_IRQ_TEST_SERVICE_1_H__
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
16 
17 #define SPM_CORE_IRQ_TEST_1_PREPARE_TEST_SCENARIO_SIGNAL (1U << (0 + 4))
18 #define SPM_CORE_IRQ_TEST_1_EXECUTE_TEST_SCENARIO_SIGNAL (1U << (1 + 4))
19 
20 #define SPM_CORE_IRQ_TEST_1_SIGNAL_TIMER_0_IRQ (1U << (27 + 4))
21 
22 #ifdef __cplusplus
23 }
24 #endif
25 
26 #endif /* __PSA_MANIFEST_TFM_IRQ_TEST_SERVICE_1_H__ */