![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
#include <stdint.h>
Go to the source code of this file.
Functions | |
int32_t | tfm_ns_wait_for_s_cpu_ready (void) |
Called on the non-secure CPU. Flags that the non-secure side has completed its initialization. Waits, if necessary, for the secure CPU to flag that it has completed its initialization. More... | |
int32_t | tfm_platform_ns_wait_for_s_cpu_ready (void) |
Synchronisation with secure CPU, platform-specific implementation. Flags that the non-secure side has completed its initialization. Waits, if necessary, for the secure CPU to flag that it has completed its initialization. More... | |
uint32_t | tfm_ns_multi_core_lock_acquire (void) |
Acquire the multi-core lock for synchronizing PSA client call(s) The actual implementation depends on the use scenario. More... | |
uint32_t | tfm_ns_multi_core_lock_release (void) |
Release the multi-core lock for synchronizing PSA client call(s) The actual implementation depends on the use scenario. More... | |
uint32_t tfm_ns_multi_core_lock_acquire | ( | void | ) |
Acquire the multi-core lock for synchronizing PSA client call(s) The actual implementation depends on the use scenario.
Definition at line 36 of file tfm_multi_core_api.c.
uint32_t tfm_ns_multi_core_lock_release | ( | void | ) |
Release the multi-core lock for synchronizing PSA client call(s) The actual implementation depends on the use scenario.
Definition at line 42 of file tfm_multi_core_api.c.
int32_t tfm_ns_wait_for_s_cpu_ready | ( | void | ) |
Called on the non-secure CPU. Flags that the non-secure side has completed its initialization. Waits, if necessary, for the secure CPU to flag that it has completed its initialization.
Definition at line 31 of file tfm_multi_core_api.c.
int32_t tfm_platform_ns_wait_for_s_cpu_ready | ( | void | ) |
Synchronisation with secure CPU, platform-specific implementation. Flags that the non-secure side has completed its initialization. Waits, if necessary, for the secure CPU to flag that it has completed its initialization.
Return | 0 if succeeds. |
Otherwise,return | specific error code. |