The latest development version of this page may be more current than this released 2.6.1-rc1 version.
CONFIG_COUNTER_ESP32_IRQ_0

IRQ line for TG0_T0 interrupt

Type: int

Help

Set the IRQ line used by the TG0_T0 device.

Direct dependencies

COUNTER_ESP32 && COUNTER

(Includes any dependencies from ifs and menus.)

Default

  • 13

Kconfig definition

At drivers/counter/Kconfig.esp32:13

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:64drivers/counter/Kconfig:49

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

config COUNTER_ESP32_IRQ_0
    int "IRQ line for TG0_T0 interrupt"
    default 13
    depends on COUNTER_ESP32 && COUNTER
    help
      Set the IRQ line used by the TG0_T0 device.

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