Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/logging/frontends/stmesp/
Dzephyr_custom_log.h106 #define LOG_INST_ERR(_inst, ...) Z_LOG_STMESP(LOG_LEVEL_ERR, Z_LOG_INST(_inst), __VA_ARGS__) macro
/Zephyr-latest/include/zephyr/logging/
Dlog.h128 #define LOG_INST_ERR(_log_inst, ...) \ macro