TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
spm_partition_desc_t Struct Reference

#include <secure_fw/spm/cmsis_func/include/spm_func.h>

Collaboration diagram for spm_partition_desc_t:

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
 

Detailed Description

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.

Field Documentation

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.


The documentation for this struct was generated from the following file: