7 #ifndef __TFM_UTILS_H__
8 #define __TFM_UTILS_H__
21 #define TFM_CORE_ASSERT(cond) \
29 #define TFM_CORE_ASSERT(cond)
33 #define TFM_GET_CONTAINER_PTR(ptr, type, member) \
34 (type *)((unsigned long)(ptr) - offsetof(type, member))
36 #define ERROR_MSG(msg)
void tfm_core_panic(void)
bool tfm_is_one_bit_set(uint32_t n)