Home
last modified time | relevance | path

Searched refs:PLAT_LOG_LEVEL_ASSERT (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-a-latest/include/lib/libc/
Dassert.h14 #ifndef PLAT_LOG_LEVEL_ASSERT
15 #define PLAT_LOG_LEVEL_ASSERT LOG_LEVEL macro
19 # if PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_INFO
28 #if PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_INFO
/trusted-firmware-a-latest/plat/nvidia/tegra/
Dplatform.mk16 PLAT_LOG_LEVEL_ASSERT := 50
17 $(eval $(call add_define,PLAT_LOG_LEVEL_ASSERT))
/trusted-firmware-a-latest/lib/libc/
Dassert.c20 #if PLAT_LOG_LEVEL_ASSERT >= LOG_LEVEL_INFO
/trusted-firmware-a-latest/docs/
Dporting-guide.rst642 - **PLAT_LOG_LEVEL_ASSERT**
643 If ``PLAT_LOG_LEVEL_ASSERT`` is higher or equal than ``LOG_LEVEL_VERBOSE``,
647 doesn't print anything to the console. If ``PLAT_LOG_LEVEL_ASSERT`` isn't
Dchange-log.md7920 `PLAT_LOG_LEVEL_ASSERT`, which controls how verbose the assert output is.