Searched refs:LOG_INSTANCE_PTR_INIT (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/samples/subsys/logging/logger/src/ |
D | sample_instance.h | 23 LOG_INSTANCE_PTR_INIT(log, SAMPLE_INSTANCE_NAME, _name) \
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_instance.h | 129 #define LOG_INSTANCE_PTR_INIT(_name, _module_name, _inst_name) \ macro
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_cc13xx_cc26xx_timer.c | 240 LOG_INSTANCE_PTR_INIT(log, LOG_MODULE_NAME, idx)}; \
|
/Zephyr-latest/drivers/regulator/ |
D | regulator_axp192.c | 377 LOG_INSTANCE_PTR_INIT(log, name, node_id)}; \
|
/Zephyr-latest/drivers/counter/ |
D | counter_nrfx_timer.c | 466 LOG_INSTANCE_PTR_INIT(log, LOG_MODULE_NAME, idx) \
|
D | counter_nrfx_rtc.c | 743 LOG_INSTANCE_PTR_INIT(log, LOG_MODULE_NAME, idx) \
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell.h | 969 LOG_INSTANCE_PTR_INIT(log, shell, _name).name = \
|
/Zephyr-latest/drivers/serial/ |
D | uart_nrfx_uarte2.c | 1030 LOG_INSTANCE_PTR_INIT(log, LOG_MODULE_NAME, idx) \
|
/Zephyr-latest/drivers/mspi/ |
D | mspi_ambiq_ap3.c | 1431 LOG_INSTANCE_PTR_INIT(log, DT_DRV_INST(n), mspi##n) \
|
/Zephyr-latest/doc/services/logging/ |
D | index.rst | 275 LOG_INSTANCE_PTR_INIT(log, foo, _name) \
|