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

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

Collaboration diagram for spm_partition_db_t:

Data Fields

uint32_t is_init
 
uint32_t partition_count
 
uint32_t running_partition_idx
 
struct spm_partition_desc_tpartitions
 
struct partition_tpartitions
 

Detailed Description

Definition at line 125 of file spm_func.h.

Field Documentation

uint32_t is_init

Definition at line 126 of file spm_func.h.

uint32_t partition_count

Definition at line 127 of file spm_func.h.

struct partition_t* partitions

Definition at line 122 of file spm_ipc.h.

struct spm_partition_desc_t* partitions

Definition at line 129 of file spm_func.h.

uint32_t running_partition_idx

Definition at line 128 of file spm_func.h.


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