TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
tfm_wait.h File Reference
#include <stddef.h>
#include "cmsis_compiler.h"
Include dependency graph for tfm_wait.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  tfm_event_t
 

Macros

#define TFM_EVENT_MAGIC   0x65766e74
 

Functions

void __STATIC_INLINE tfm_event_init (struct tfm_event_t *pevnt)
 
void tfm_event_wait (struct tfm_event_t *pevnt)
 
void tfm_event_wake (struct tfm_event_t *pevnt, uint32_t retval)
 

Macro Definition Documentation

#define TFM_EVENT_MAGIC   0x65766e74

Definition at line 15 of file tfm_wait.h.

Function Documentation

void __STATIC_INLINE tfm_event_init ( struct tfm_event_t pevnt)

Definition at line 28 of file tfm_wait.h.

Here is the caller graph for this function:

void tfm_event_wait ( struct tfm_event_t pevnt)

Definition at line 11 of file tfm_wait.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void tfm_event_wake ( struct tfm_event_t pevnt,
uint32_t  retval 
)

Definition at line 20 of file tfm_wait.c.

Here is the call graph for this function:

Here is the caller graph for this function: