Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/logging/frontends/stmesp/
Dzephyr_custom_log.h107 #define LOG_INST_INF(_inst, ...) Z_LOG_STMESP(LOG_LEVEL_INF, Z_LOG_INST(_inst), __VA_ARGS__) macro
/Zephyr-latest/include/zephyr/logging/
Dlog.h159 #define LOG_INST_INF(_log_inst, ...) \ macro