-
CONFIG_NRF_RTC_TIMER
¶
nRF Real Time Counter (NRF_RTC1) Timer
Type: bool
Help¶
This module implements a kernel device driver for the nRF Real Time Counter NRF_RTC1 and provides the standard “system clock driver” interfaces.
Direct dependencies¶
SOC_FAMILY_NRF
&& CLOCK_CONTROL_NRF5
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
SOC_FAMILY_NRF
&&CLOCK_CONTROL_NRF5
Symbols that select this symbol¶
Kconfig definition¶
At drivers/timer/Kconfig:149
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:26
Menu path: (top menu) → Device Drivers → Timer Drivers
config NRF_RTC_TIMER bool prompt "nRF Real Time Counter (NRF_RTC1) Timer" ifSOC_FAMILY_NRF
&&CLOCK_CONTROL_NRF5
default "y" ifSOC_FAMILY_NRF
&&CLOCK_CONTROL_NRF5
depends onSOC_FAMILY_NRF
&&CLOCK_CONTROL_NRF5
help This module implements a kernel device driver for the nRF Real Time Counter NRF_RTC1 and provides the standard "system clock driver" interfaces.
(Definitions include propagated dependencies, including from if’s and menus.)