TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
core_test_api.h File Reference
#include <stdio.h>
#include "cmsis_compiler.h"
Include dependency graph for core_test_api.h:
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

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.

Parameters
[in]fn_ptrSecure function to be called.
[in]argsArguments for fn_ptr.
Returns
Returns value depending on fn_ptr.