Searched refs:LOG_INST_DBG (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/drivers/regulator/ |
D | regulator_axp192.c | 179 LOG_INST_DBG(config->log, "Enabling regulator"); in axp192_enable() 180 LOG_INST_DBG(config->log, "[0x%02x]=0x%02x mask=0x%02x", config->desc->enable_reg, in axp192_enable() 203 LOG_INST_DBG(config->log, "Disabling regulator"); in axp192_disable() 204 LOG_INST_DBG(config->log, "[0x%02x]=0 mask=0x%x", config->desc->enable_reg, in axp192_disable() 242 LOG_INST_DBG(config->log, "voltage = [min=%d, max=%d]", min_uv, max_uv); in axp192_set_voltage() 254 LOG_INST_DBG(config->log, "[0x%x]=0x%x mask=0x%x", config->desc->vsel_reg, idx, in axp192_set_voltage() 294 LOG_INST_DBG(config->log, "PWM mode enabled"); in axp192_set_mode() 364 LOG_INST_DBG(config->log, "is_enabled: %d", is_enabled); in regulator_axp192_init()
|
/Zephyr-latest/subsys/logging/frontends/stmesp/ |
D | zephyr_custom_log.h | 29 #undef LOG_INST_DBG 108 #define LOG_INST_DBG(_inst, ...) Z_LOG_STMESP(LOG_LEVEL_DBG, Z_LOG_INST(_inst), __VA_ARGS__) macro
|
/Zephyr-latest/include/zephyr/logging/ |
D | log.h | 174 #define LOG_INST_DBG(_log_inst, ...) \ macro
|
/Zephyr-latest/drivers/serial/ |
D | uart_async_to_irq.c | 122 LOG_INST_DBG(get_config(dev)->log, "Reenabling RX from RX_DISABLED (err:%d)", err); in on_rx_dis()
|
/Zephyr-latest/drivers/counter/ |
D | counter_nrfx_rtc.c | 31 #define DBG(...) LOG_INST_DBG( \
|