Home
last modified time | relevance | path

Searched refs:LOG_INSTANCE_PTR_INIT (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/samples/subsys/logging/logger/src/
Dsample_instance.h23 LOG_INSTANCE_PTR_INIT(log, SAMPLE_INSTANCE_NAME, _name) \
/Zephyr-latest/include/zephyr/logging/
Dlog_instance.h129 #define LOG_INSTANCE_PTR_INIT(_name, _module_name, _inst_name) \ macro
/Zephyr-latest/drivers/pwm/
Dpwm_cc13xx_cc26xx_timer.c240 LOG_INSTANCE_PTR_INIT(log, LOG_MODULE_NAME, idx)}; \
/Zephyr-latest/drivers/regulator/
Dregulator_axp192.c377 LOG_INSTANCE_PTR_INIT(log, name, node_id)}; \
/Zephyr-latest/drivers/counter/
Dcounter_nrfx_timer.c466 LOG_INSTANCE_PTR_INIT(log, LOG_MODULE_NAME, idx) \
Dcounter_nrfx_rtc.c743 LOG_INSTANCE_PTR_INIT(log, LOG_MODULE_NAME, idx) \
/Zephyr-latest/include/zephyr/shell/
Dshell.h969 LOG_INSTANCE_PTR_INIT(log, shell, _name).name = \
/Zephyr-latest/drivers/serial/
Duart_nrfx_uarte2.c1030 LOG_INSTANCE_PTR_INIT(log, LOG_MODULE_NAME, idx) \
/Zephyr-latest/drivers/mspi/
Dmspi_ambiq_ap3.c1431 LOG_INSTANCE_PTR_INIT(log, DT_DRV_INST(n), mspi##n) \
/Zephyr-latest/doc/services/logging/
Dindex.rst275 LOG_INSTANCE_PTR_INIT(log, foo, _name) \