-
CONFIG_ADC_LOG_LEVEL
¶
(No prompt – not directly user assignable.)
Type: int
Defaults¶
- 0 if
ADC_LOG_LEVEL_OFF
&&LOG
&&ADC
- 1 if
ADC_LOG_LEVEL_ERR
&&LOG
&&ADC
- 2 if
ADC_LOG_LEVEL_WRN
&&LOG
&&ADC
- 3 if
ADC_LOG_LEVEL_INF
&&LOG
&&ADC
- 4 if
ADC_LOG_LEVEL_DBG
&&LOG
&&ADC
Kconfig definition¶
At subsys/logging/Kconfig.template.log_config:25
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:46
→ drivers/adc/Kconfig:36
Menu path: (top menu) → Device Drivers → ADC drivers
config ADC_LOG_LEVEL int default 0 ifADC_LOG_LEVEL_OFF
&&LOG
&&ADC
default 1 ifADC_LOG_LEVEL_ERR
&&LOG
&&ADC
default 2 ifADC_LOG_LEVEL_WRN
&&LOG
&&ADC
default 3 ifADC_LOG_LEVEL_INF
&&LOG
&&ADC
default 4 ifADC_LOG_LEVEL_DBG
&&LOG
&&ADC
depends onLOG
&&ADC
(Definitions include propagated dependencies, including from if’s and menus.)