Searched refs:LOG_INST_INF (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/samples/subsys/logging/logger/src/ |
D | sample_instance.c | 24 LOG_INST_INF(inst->log, "counter_value: %d", inst->cnt++); in sample_instance_call()
|
D | sample_instance.h | 32 LOG_INST_INF(inst->log, "Inline call."); in sample_instance_inline_call()
|
/Zephyr-latest/subsys/logging/frontends/stmesp/ |
D | zephyr_custom_log.h | 28 #undef LOG_INST_INF 107 #define LOG_INST_INF(_inst, ...) Z_LOG_STMESP(LOG_LEVEL_INF, Z_LOG_INST(_inst), __VA_ARGS__) macro
|
/Zephyr-latest/include/zephyr/logging/ |
D | log.h | 159 #define LOG_INST_INF(_log_inst, ...) \ macro
|
/Zephyr-latest/drivers/counter/ |
D | counter_nrfx_rtc.c | 29 #define INF(...) LOG_INST_INF( \
|
/Zephyr-latest/doc/services/logging/ |
D | index.rst | 54 particular instance, e.g. :c:macro:`LOG_INST_INF`. 290 LOG_INST_INF(f->log, "Initialized."); 302 LOG_INST_INF(f->log, "Initialized.");
|