CONFIG_COUNTER_TIMER3¶
Enable Counter on TIMER3
Type: bool
Direct dependencies¶
HAS_HW_NRF_TIMER3
&& !NRF_HW_TIMER3_RESERVED
&& COUNTER
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At drivers/counter/Kconfig.nrfx:43
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:66
→ drivers/counter/Kconfig:27
Menu path: (Top) → Device Drivers → Counter Drivers
config COUNTER_TIMER3
bool "Enable Counter on TIMER3"
select COUNTER_NRF_TIMER
depends on HAS_HW_NRF_TIMER3 && !NRF_HW_TIMER3_RESERVED && COUNTER
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)