Home
last modified time | relevance | path

Searched refs:PLAT_LOG_LEVEL (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/
Dplatform_log.h23 #ifndef PLAT_LOG_LEVEL
25 #define PLAT_LOG_LEVEL PLAT_LOG_LEVEL_ERROR macro
31 #if PLAT_LOG_LEVEL > PLAT_LOG_LEVEL_OFF
37 #if PLAT_LOG_LEVEL >= PLAT_LOG_LEVEL_ERROR
42 #if PLAT_LOG_LEVEL >= PLAT_LOG_LEVEL_WARN
47 #if PLAT_LOG_LEVEL >= PLAT_LOG_LEVEL_INFO
52 #if PLAT_LOG_LEVEL >= PLAT_LOG_LEVEL_DEBUG
Dconfig.cmake62 set(PLAT_LOG_LEVEL 4 CACHE STRING "Set platform log level.") variable
65 set(PLAT_LOG_LEVEL 0 CACHE STRING "Set platform log level.") variable
DCMakeLists.txt322 PLAT_LOG_LEVEL=${PLAT_LOG_LEVEL}