Searched refs:PLAT_LOG_LEVEL_ASSERT (Results 1 – 7 of 7) sorted by relevance
16 #ifndef PLAT_LOG_LEVEL_ASSERT17 #define PLAT_LOG_LEVEL_ASSERT LOG_LEVEL macro21 # if PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_VERBOSE23 # elif PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_INFO32 #if PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_VERBOSE35 #elif PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_INFO
20 #if PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_VERBOSE29 #elif PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_INFO
16 PLAT_LOG_LEVEL_ASSERT := 5017 $(eval $(call add_define,PLAT_LOG_LEVEL_ASSERT))
61 #define PLAT_LOG_LEVEL_ASSERT LOG_LEVEL_INFO macro
203 #define PLAT_LOG_LEVEL_ASSERT 40 macro
557 - **PLAT_LOG_LEVEL_ASSERT**558 If ``PLAT_LOG_LEVEL_ASSERT`` is higher or equal than ``LOG_LEVEL_VERBOSE``,562 doesn't print anything to the console. If ``PLAT_LOG_LEVEL_ASSERT`` isn't
3644 `PLAT_LOG_LEVEL_ASSERT`, which controls how verbose the assert output is.