CONFIG_COUNTER_TIMER1_ZLI¶
Event in ZLI interrupt context
Type: bool
Direct dependencies¶
COUNTER_TIMER1
&& ZERO_LATENCY_IRQS
&& COUNTER
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr Driver>/counter/Kconfig.nrfx:27
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Zephyr Driver>/Kconfig:66
→ <Zephyr Driver>/counter/Kconfig:27
Menu path: (Top) → Device Drivers → Counter Drivers → Enable Counter on TIMER1
config COUNTER_TIMER1_ZLI
bool "Event in ZLI interrupt context"
depends on COUNTER_TIMER1 && ZERO_LATENCY_IRQS && COUNTER
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)