Home
last modified time | relevance | path

Searched refs:ULOG_OUTPUT_LVL (Results 1 – 2 of 2) sorted by relevance

/components/utilities/ulog/
A Dulog_def.h73 #if (LOG_LVL >= LOG_LVL_DBG) && (ULOG_OUTPUT_LVL >= LOG_LVL_DBG)
79 #if (LOG_LVL >= LOG_LVL_INFO) && (ULOG_OUTPUT_LVL >= LOG_LVL_INFO)
85 #if (LOG_LVL >= LOG_LVL_WARNING) && (ULOG_OUTPUT_LVL >= LOG_LVL_WARNING)
91 #if (LOG_LVL >= LOG_LVL_ERROR) && (ULOG_OUTPUT_LVL >= LOG_LVL_ERROR)
97 #if (LOG_LVL >= LOG_LVL_DBG) && (ULOG_OUTPUT_LVL >= LOG_LVL_DBG)
150 #ifndef ULOG_OUTPUT_LVL
151 #define ULOG_OUTPUT_LVL LOG_LVL_DBG macro
/components/utilities/
A DKconfig71 config ULOG_OUTPUT_LVL config

Completed in 7 milliseconds