![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
#include <secure_fw/spm/cmsis_psa/spm_ipc.h>
Data Fields | |
const struct partition_static_t * | static_data |
void * | p_platform |
void * | p_interrupts |
void * | p_metadata |
struct tfm_core_thread_t | sp_thread |
struct tfm_event_t | event |
struct tfm_list_node_t | msg_list |
uint32_t | signals_allowed |
uint32_t | signals_waiting |
uint32_t | signals_asserted |
const struct tfm_spm_partition_platform_data_t ** | platform_data_list |
const struct tfm_spm_partition_memory_data_t * | memory_data |
Holds the fields that define a partition for SPM. The fields are further divided to structures, to keep the related fields close to each other.
struct tfm_event_t event |
struct tfm_list_node_t msg_list |
const struct tfm_spm_partition_platform_data_t** platform_data_list |
struct tfm_core_thread_t sp_thread |
const struct partition_static_t* static_data |