![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
#include "psa/client.h"
#include "tfm_assert.h"
#include "tfm_nspm.h"
#include "tfm_spe_mailbox.h"
#include "tfm_spm_hal.h"
#include "tfm_spm_log.h"
#include "utilities.h"
Go to the source code of this file.
Macros | |
#define | DEFAULT_NS_CLIENT_ID (-1) |
Functions | |
int32_t | tfm_nspm_get_current_client_id (void) |
Get the client ID of the current NS client. More... | |
void | tfm_nspm_thread_entry (void) |
void | tfm_psa_ipc_request_handler (const uint32_t svc_args[]) |
#define DEFAULT_NS_CLIENT_ID (-1) |
Definition at line 15 of file tfm_multi_core.c.
int32_t tfm_nspm_get_current_client_id | ( | void | ) |
Get the client ID of the current NS client.
Definition at line 17 of file tfm_multi_core.c.
void tfm_nspm_thread_entry | ( | void | ) |
IRQ count per partition Declarations of partition init functions
Definition at line 22 of file tfm_multi_core.c.
void tfm_psa_ipc_request_handler | ( | const uint32_t | svc_args[] | ) |