-
CONFIG_COUNTER_ESP32_IRQ_3
¶
IRQ line for TG1_T1 interrupt
Type: int
Help¶
Set the IRQ line used by the TG1_T1 device.
Default¶
20
Kconfig definition¶
At <Zephyr>/drivers/counter/Kconfig.esp32:34
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:64
→ <Zephyr>/drivers/counter/Kconfig:49
Menu path: (Top) → Device Drivers → Counter Drivers → ESP32 Counter Driver
config COUNTER_ESP32_IRQ_3
int "IRQ line for TG1_T1 interrupt"
default 20
depends on COUNTER_ESP32 && COUNTER
help
Set the IRQ line used by the TG1_T1 device.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)