Searched refs:Z_LOG_INST (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/subsys/logging/frontends/stmesp/ |
D | zephyr_custom_log.h | 105 #define LOG_INST_ERR(_inst, ...) Z_LOG_STMESP(LOG_LEVEL_ERR, Z_LOG_INST(_inst), __VA_ARGS__) 106 #define LOG_INST_WRN(_inst, ...) Z_LOG_STMESP(LOG_LEVEL_WRN, Z_LOG_INST(_inst), __VA_ARGS__) 107 #define LOG_INST_INF(_inst, ...) Z_LOG_STMESP(LOG_LEVEL_INF, Z_LOG_INST(_inst), __VA_ARGS__) 108 #define LOG_INST_DBG(_inst, ...) Z_LOG_STMESP(LOG_LEVEL_DBG, Z_LOG_INST(_inst), __VA_ARGS__)
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_core.h | 248 #define Z_LOG_INST(_inst) COND_CODE_1(CONFIG_LOG, (_inst), NULL) macro 320 #define Z_LOG_INSTANCE(_level, _inst, ...) Z_LOG2(_level, 1, Z_LOG_INST(_inst), __VA_ARGS__) 369 Z_LOG_HEXDUMP2(_level, 1, Z_LOG_INST(_inst), _data, _length, __VA_ARGS__)
|