TF-M Reference Manual
1.2.0
TrustedFirmware-M
Main Page
Modules
Data Structures
Files
File List
Globals
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
24
void
tfm_access_violation_handler
(
void
);
25
33
bool
tfm_is_partition_privileged
(uint32_t partition_idx);
34
35
#endif
/* __TFM_PLATFORM_CORE_API_H__ */
tfm_access_violation_handler
void tfm_access_violation_handler(void)
Should be called in case of access violation.
Definition:
tfm_core_svcalls_func.c:96
tfm_is_partition_privileged
bool tfm_is_partition_privileged(uint32_t partition_idx)
Return whether a secure partition is privileged.
Definition:
spm_func.c:722
secure_fw
spm
include
tfm_platform_core_api.h
Generated on Thu Feb 18 2021 13:29:11 for TF-M Reference Manual by
1.8.6