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

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

Data Fields

uint32_t partition_id
 
uint32_t partition_flags
 
uint32_t partition_priority
 
sp_entry_point partition_init
 
uint32_t dependencies_num
 
int32_t * p_dependencies
 

Detailed Description

Holds the fields of the partition DB used by the SPM code. The values of these fields are calculated at compile time, and set during initialisation phase.

Definition at line 105 of file spm_func.h.

Field Documentation

uint32_t dependencies_num

Definition at line 110 of file spm_func.h.

int32_t* p_dependencies

Definition at line 111 of file spm_func.h.

uint32_t partition_flags

Definition at line 107 of file spm_func.h.

uint32_t partition_id

Definition at line 106 of file spm_func.h.

sp_entry_point partition_init

Definition at line 109 of file spm_func.h.

uint32_t partition_priority

Definition at line 108 of file spm_func.h.


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