CONFIG_COUNTER_ESP32_IRQ_1

IRQ line for TG0_T1 interrupt

Type: int

Help

Set the IRQ line used by the TG0_T1 device.

Direct dependencies

COUNTER_ESP32 && COUNTER

(Includes any dependencies from ifs and menus.)

Default

  • 17

Kconfig definition

At <Zephyr Driver>/counter/Kconfig.esp32:20

Included via Kconfig:8Kconfig.zephyr:32<Zephyr Driver>/Kconfig:64<Zephyr Driver>/counter/Kconfig:49

Menu path: (Top) → Device Drivers → Counter Drivers → ESP32 Counter Driver

config COUNTER_ESP32_IRQ_1
    int "IRQ line for TG0_T1 interrupt"
    default 17
    depends on COUNTER_ESP32 && COUNTER
    help
      Set the IRQ line used by the TG0_T1 device.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)