:orphan: .. title:: CONFIG_COUNTER_RTC0_ZLI .. kconfig:: CONFIG_COUNTER_RTC0_ZLI CONFIG_COUNTER_RTC0_ZLI ####################### *Event in ZLI interrupt context* Type: ``bool`` Direct dependencies =================== \ :kconfig:`COUNTER_RTC0 ` && \ :kconfig:`ZERO_LATENCY_IRQS ` && \ :kconfig:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/counter/Kconfig.nrfx:71`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:66`` → ``/counter/Kconfig:27`` Menu path: (Top) → Device Drivers → Counter Drivers → Enable Counter on RTC0 .. code-block:: kconfig config COUNTER_RTC0_ZLI bool "Event in ZLI interrupt context" depends on COUNTER_RTC0 && ZERO_LATENCY_IRQS && COUNTER *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*