![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
#include <stdint.h>
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... | |
uint32_t tfm_core_svc_handler | ( | uint32_t * | svc_args, |
uint32_t | exc_return | ||
) |
The C source of SVCall handlers.
[in] | svc_args | The arguments list. |
[in] | exc_return | EXC_RETURN value of the SVC. |
Definition at line 121 of file tfm_core_svcalls_ipc.c.