:orphan: .. title:: PWM_LED_ESP32_HS_TIMER0_BIT_NUM .. option:: CONFIG_PWM_LED_ESP32_HS_TIMER0_BIT_NUM *Timer counter precision* Type: ``int`` Help ==== PWM timer precision, allowed values: 10 - 15. Direct dependencies =================== \ :option:`PWM_LED_ESP32_HS_TIMER0 ` && \ :option:`PWM_LED_ESP32_HS_TIMER ` && \ :option:`PWM_LED_ESP32 ` && \ :option:`PWM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 10 Kconfig definition ================== .. highlight:: kconfig At ``drivers/pwm/Kconfig.esp32:404`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:44`` → ``drivers/pwm/Kconfig:42`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers → ESP32 PWM LED driver → Set high speed timers → Set timer 0 .. parsed-literal:: config PWM_LED_ESP32_HS_TIMER0_BIT_NUM int "Timer counter precision" range 10 15 default 10 depends on \ :option:`PWM_LED_ESP32_HS_TIMER0 ` && \ :option:`PWM_LED_ESP32_HS_TIMER ` && \ :option:`PWM_LED_ESP32 ` && \ :option:`PWM ` help PWM timer precision, allowed values: 10 - 15. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*