:orphan: .. title:: CONFIG_PWM_LED_ESP32_LS_TIMER1_BIT_NUM .. kconfig:: CONFIG_PWM_LED_ESP32_LS_TIMER1_BIT_NUM CONFIG_PWM_LED_ESP32_LS_TIMER1_BIT_NUM ###################################### *Timer counter precision* Type: ``int`` Help ==== .. code-block:: none PWM timer precision, allowed values: 10 - 15. Direct dependencies =================== \ :kconfig:`PWM_LED_ESP32_LS_TIMER1 ` && \ :kconfig:`PWM_LED_ESP32_LS_TIMER ` && \ :kconfig:`PWM_LED_ESP32 ` && \ :kconfig:`PWM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 10 Kconfig definition ================== At ``/pwm/Kconfig.esp32:507`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:46`` → ``/pwm/Kconfig:46`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers → ESP32 PWM LED driver → Set low speed timers → Set timer 1 .. code-block:: kconfig config PWM_LED_ESP32_LS_TIMER1_BIT_NUM int "Timer counter precision" range 10 15 default 10 depends on PWM_LED_ESP32_LS_TIMER1 && PWM_LED_ESP32_LS_TIMER && PWM_LED_ESP32 && PWM help PWM timer precision, allowed values: 10 - 15. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*