TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
tfm_irq_list.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 #ifndef __TFM_IRQ_LIST_H__
9 #define __TFM_IRQ_LIST_H__
10 
11 #include "tfm_hal_device_header.h"
12 #include "psa/service.h"
13 
14 #define TFM_DEFAULT_SECURE_IRQ_PRIOTITY 128
15 
17  int32_t partition_id;
19  IRQn_Type irq_line;
20  uint32_t irq_priority;
21 };
22 
24 extern const size_t tfm_core_irq_signals_count;
25 
26 #endif /* __TFM_IRQ_LIST_H__ */
uint32_t psa_signal_t
Definition: service.h:50
const struct tfm_core_irq_signal_data_t tfm_core_irq_signals[]
const size_t tfm_core_irq_signals_count