![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
#include <stdio.h>
#include "cmsis_compiler.h"
Go to the source code of this file.
Data Structures | |
struct | tfm_core_test_call_args_t |
This structure is to pass iovec arguments to the tfm_core_test_call function. More... | |
Functions | |
int32_t | tfm_core_test_call (int32_t(*fn_ptr)(), struct tfm_core_test_call_args_t *args) |
Calls the secure function provided in fn_ptr . More... | |
int32_t tfm_core_test_call | ( | int32_t(*)() | fn_ptr, |
struct tfm_core_test_call_args_t * | args | ||
) |
Calls the secure function provided in fn_ptr
.
[in] | fn_ptr | Secure function to be called. |
[in] | args | Arguments for fn_ptr. |