![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
#include <secure_fw/spm/cmsis_func/include/spm_func.h>
Data Fields | |
struct spm_partition_runtime_data_t | runtime_data |
const struct spm_partition_static_data_t * | static_data |
const struct tfm_spm_partition_platform_data_t ** | platform_data_list |
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.
Definition at line 118 of file spm_func.h.
const struct tfm_spm_partition_platform_data_t** platform_data_list |
A list of platform_data pointers
Definition at line 122 of file spm_func.h.
struct spm_partition_runtime_data_t runtime_data |
Definition at line 119 of file spm_func.h.
const struct spm_partition_static_data_t* static_data |
Definition at line 120 of file spm_func.h.