-
CONFIG_PWM_LOG_LEVEL
¶
(No prompt – not directly user assignable.)
Type: int
Defaults¶
- 0 if
PWM_LOG_LEVEL_OFF
&&LOG
&&PWM
- 1 if
PWM_LOG_LEVEL_ERR
&&LOG
&&PWM
- 2 if
PWM_LOG_LEVEL_WRN
&&LOG
&&PWM
- 3 if
PWM_LOG_LEVEL_INF
&&LOG
&&PWM
- 4 if
PWM_LOG_LEVEL_DBG
&&LOG
&&PWM
Kconfig definition¶
At subsys/logging/Kconfig.template.log_config:25
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:42
→ drivers/pwm/Kconfig:18
Menu path: (top menu) → Device Drivers → PWM (Pulse Width Modulation) Drivers
config PWM_LOG_LEVEL int default 0 ifPWM_LOG_LEVEL_OFF
&&LOG
&&PWM
default 1 ifPWM_LOG_LEVEL_ERR
&&LOG
&&PWM
default 2 ifPWM_LOG_LEVEL_WRN
&&LOG
&&PWM
default 3 ifPWM_LOG_LEVEL_INF
&&LOG
&&PWM
default 4 ifPWM_LOG_LEVEL_DBG
&&LOG
&&PWM
depends onLOG
&&PWM
(Definitions include propagated dependencies, including from if’s and menus.)