TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
tfm_platform_core_api.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2018-2020, Arm Limited. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  *
6  */
7 
8 #ifndef __TFM_PLATFORM_CORE_API_H__
9 #define __TFM_PLATFORM_CORE_API_H__
10 
11 #include <stdbool.h>
12 
25 
33 bool tfm_is_partition_privileged(uint32_t partition_idx);
34 
35 #endif /* __TFM_PLATFORM_CORE_API_H__ */
void tfm_access_violation_handler(void)
Should be called in case of access violation.
bool tfm_is_partition_privileged(uint32_t partition_idx)
Return whether a secure partition is privileged.
Definition: spm_func.c:722