:orphan: .. title:: COUNTER_ESP32_IRQ_2 .. option:: CONFIG_COUNTER_ESP32_IRQ_2 *IRQ line for TG1\_T0 interrupt* Type: ``int`` Help ==== .. code-block:: none Set the IRQ line used by the TG1_T0 device. Direct dependencies =================== \ :option:`COUNTER_ESP32 ` && \ :option:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Default ======= - 18 Kconfig definition ================== At ``/counter/Kconfig.esp32:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:64`` → ``/counter/Kconfig:49`` Menu path: (Top) → Device Drivers → Counter Drivers → ESP32 Counter Driver .. code-block:: kconfig config COUNTER_ESP32_IRQ_2 int "IRQ line for TG1_T0 interrupt" default 18 depends on COUNTER_ESP32 && COUNTER help Set the IRQ line used by the TG1_T0 device. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*