TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
tfm_wait.c File Reference
#include "tfm_thread.h"
#include "utilities.h"
#include "tfm_wait.h"
Include dependency graph for tfm_wait.c:

Go to the source code of this file.

Functions

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

Function Documentation

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: