CONFIG_COUNTER_ESP32_TG1_T1¶
TG1_T1 enable/disable option
Type: bool
Help¶
Enables Timer 1 peripheral from Timer Group 1.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/drivers/counter/Kconfig.esp32:29
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:40
→ <Zephyr>/drivers/Kconfig:64
→ <Zephyr>/drivers/counter/Kconfig:53
Menu path: (Top) → Device Drivers → Counter Drivers → ESP32 Counter Driver
config COUNTER_ESP32_TG1_T1
bool "TG1_T1 enable/disable option"
depends on COUNTER_ESP32 && COUNTER
help
Enables Timer 1 peripheral from Timer Group 1.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)