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

Go to the source code of this file.

Functions

uint32_t tfm_core_svc_handler (uint32_t *svc_args, uint32_t exc_return)
 The C source of SVCall handlers. More...
 

Function Documentation

uint32_t tfm_core_svc_handler ( uint32_t *  svc_args,
uint32_t  exc_return 
)

The C source of SVCall handlers.

Parameters
[in]svc_argsThe arguments list.
[in]exc_returnEXC_RETURN value of the SVC.
Returns
EXC_RETURN value indicates where to return.

Definition at line 121 of file tfm_core_svcalls_ipc.c.

Here is the call graph for this function: