![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
#include "tfm_arch.h"
#include "tfm_core_utils.h"
#include "tfm/tfm_core_svc.h"
#include "tfm/tfm_spm_services.h"
Go to the source code of this file.
Functions | |
int32_t | tfm_spm_request_reset_vote (void) |
Request a vote from SPM on a system reset. More... | |
void | tfm_enable_irq (psa_signal_t irq_signal) |
void | tfm_disable_irq (psa_signal_t irq_signal) |
void | tfm_arch_init_context (struct tfm_arch_ctx_t *p_actx, void *param, uintptr_t pfn, uintptr_t stk_btm, uintptr_t stk_top) |
void tfm_arch_init_context | ( | struct tfm_arch_ctx_t * | p_actx, |
void * | param, | ||
uintptr_t | pfn, | ||
uintptr_t | stk_btm, | ||
uintptr_t | stk_top | ||
) |
Definition at line 57 of file tfm_arch.c.
void tfm_disable_irq | ( | psa_signal_t | irq_signal | ) |
Definition at line 36 of file tfm_arch.c.
void tfm_enable_irq | ( | psa_signal_t | irq_signal | ) |
int32_t tfm_spm_request_reset_vote | ( | void | ) |
Request a vote from SPM on a system reset.
Definition at line 22 of file tfm_arch.c.