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

#include <secure_fw/spm/cmsis_psa/tfm_thread.h>

Collaboration diagram for tfm_core_thread_t:

Data Fields

tfm_core_thrd_entry_t pfn
 
void * param
 
uintptr_t stk_btm
 
uintptr_t stk_top
 
uint32_t prior
 
uint32_t state
 
struct tfm_arch_ctx_t arch_ctx
 
struct tfm_core_thread_tnext
 

Detailed Description

Definition at line 41 of file tfm_thread.h.

Field Documentation

struct tfm_arch_ctx_t arch_ctx

Definition at line 49 of file tfm_thread.h.

struct tfm_core_thread_t* next

Definition at line 50 of file tfm_thread.h.

void* param

Definition at line 43 of file tfm_thread.h.

Definition at line 42 of file tfm_thread.h.

uint32_t prior

Definition at line 46 of file tfm_thread.h.

uint32_t state

Definition at line 47 of file tfm_thread.h.

uintptr_t stk_btm

Definition at line 44 of file tfm_thread.h.

uintptr_t stk_top

Definition at line 45 of file tfm_thread.h.


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