![]() |
TF-M Reference Manual
1.2.0
TrustedFirmware-M
|
#include <stdbool.h>
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | TFM_CORE_ASSERT(cond) |
#define | TFM_GET_CONTAINER_PTR(ptr, type, member) (type *)((unsigned long)(ptr) - offsetof(type, member)) |
#define | ERROR_MSG(msg) |
Functions | |
void | tfm_core_panic (void) |
bool | tfm_is_one_bit_set (uint32_t n) |
#define ERROR_MSG | ( | msg | ) |
Definition at line 36 of file utilities.h.
#define TFM_CORE_ASSERT | ( | cond | ) |
Definition at line 21 of file utilities.h.
#define TFM_GET_CONTAINER_PTR | ( | ptr, | |
type, | |||
member | |||
) | (type *)((unsigned long)(ptr) - offsetof(type, member)) |
Definition at line 33 of file utilities.h.
void tfm_core_panic | ( | void | ) |
bool tfm_is_one_bit_set | ( | uint32_t | n | ) |