![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
#include <inttypes.h>
#include "spm_ipc.h"
#include "tfm_hal_device_header.h"
#include "tfm_arch.h"
#include "tfm_secure_api.h"
#include "tfm/tfm_core_svc.h"
Go to the source code of this file.
Functions | |
void | PendSV_Handler (void) |
void | tfm_arch_init_actx (struct tfm_arch_ctx_t *p_actx, uint32_t sp, uint32_t sp_limit) |
void | HardFault_Handler (void) |
Overwrites default Hard fault handler. More... | |
void | SVC_Handler (void) |
void | tfm_arch_set_secure_exception_priorities (void) |
void | tfm_arch_configure_coprocessors (void) |
Configure coprocessors. More... | |
void | tfm_arch_clear_fp_status (void) |
void HardFault_Handler | ( | void | ) |
Overwrites default Hard fault handler.
In case of a baseline implementation fault conditions that would generate a SecureFault in a mainline implementation instead generate a Secure HardFault.
Definition at line 94 of file tfm_arch_v8m_base.c.
void PendSV_Handler | ( | void | ) |
Definition at line 52 of file tfm_arch_v8m_base.c.
void SVC_Handler | ( | void | ) |
Definition at line 115 of file tfm_arch_v8m_base.c.
void tfm_arch_clear_fp_status | ( | void | ) |
Definition at line 175 of file tfm_arch_v8m_base.c.
void tfm_arch_configure_coprocessors | ( | void | ) |
Configure coprocessors.
Definition at line 170 of file tfm_arch_v8m_base.c.
void tfm_arch_init_actx | ( | struct tfm_arch_ctx_t * | p_actx, |
uint32_t | sp, | ||
uint32_t | sp_limit | ||
) |
Definition at line 80 of file tfm_arch_v8m_base.c.
void tfm_arch_set_secure_exception_priorities | ( | void | ) |
Definition at line 133 of file tfm_arch_v8m_base.c.