Home
last modified time | relevance | path

Searched defs:LOG_INST_DBG (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/logging/frontends/stmesp/
Dzephyr_custom_log.h109 #define LOG_INST_DBG(_inst, ...) Z_LOG_STMESP(LOG_LEVEL_DBG, Z_LOG_INST(_inst), __VA_ARGS__) macro
/Zephyr-latest/include/zephyr/logging/
Dlog.h174 #define LOG_INST_DBG(_log_inst, ...) \ macro