![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
#include <stddef.h>
#include "cmsis_compiler.h"
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) |
#define TFM_EVENT_MAGIC 0x65766e74 |
Definition at line 15 of file tfm_wait.h.
void __STATIC_INLINE tfm_event_init | ( | struct tfm_event_t * | pevnt | ) |
void tfm_event_wait | ( | struct tfm_event_t * | pevnt | ) |
Definition at line 11 of file tfm_wait.c.
void tfm_event_wake | ( | struct tfm_event_t * | pevnt, |
uint32_t | retval | ||
) |
Definition at line 20 of file tfm_wait.c.