CONFIG_COUNTER_RTC0
Enable Counter on RTC0
Type: bool
Direct dependencies
HAS_HW_NRF_RTC0
&& !NRF_HW_RTC0_RESERVED
&& COUNTER
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol
Kconfig definition
At <Zephyr>/drivers/counter/Kconfig.nrfx:65
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:66
→ <Zephyr>/drivers/counter/Kconfig:33
Menu path: (Top) → Device Drivers → Counter Drivers
config COUNTER_RTC0
bool "Enable Counter on RTC0"
select COUNTER_NRF_RTC
depends on HAS_HW_NRF_RTC0 && !NRF_HW_RTC0_RESERVED && COUNTER
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)