CONFIG_COUNTER_ESP32_PRESCALER
Prescaling value for counter device
Type: int
Help
Sets prescaler value for Timer clock.
Default
2
Kconfig definition
At <Zephyr>/drivers/counter/Kconfig.esp32:17
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:66
→ <Zephyr>/drivers/counter/Kconfig:63
Menu path: (Top) → Device Drivers → Counter Drivers → ESP32 Counter Driver
config COUNTER_ESP32_PRESCALER
int "Prescaling value for counter device"
range 2 65336
default 2
depends on COUNTER_ESP32 && COUNTER
help
Sets prescaler value for Timer clock.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)