-
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¶
(SYS_CLOCK_EXISTS
&& BOARD_QEMU_CORTEX_M0
) || (SYS_CLOCK_EXISTS
&& SOC_FAMILY_NRF
) || (CLOCK_CONTROL
&& SOC_COMPATIBLE_NRF
)
(Includes any dependencies from ifs and menus.)
Defaults¶
n
y
Symbols selected by this symbol¶
Symbols that select this symbol¶
Kconfig definitions¶
At <Zephyr>/boards/arm/qemu_cortex_m0/Kconfig.defconfig:24
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:18
Menu path: (Top)
config NRF_RTC_TIMER bool default n depends onSYS_CLOCK_EXISTS
&&BOARD_QEMU_CORTEX_M0
At <Zephyr>/soc/arm/nordic_nrf/Kconfig.defconfig:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/Kconfig/Kconfig.soc.defconfig:1
Menu path: (Top)
config NRF_RTC_TIMER bool default y depends onSYS_CLOCK_EXISTS
&&SOC_FAMILY_NRF
At <Zephyr>/drivers/timer/Kconfig:123
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:28
Menu path: (Top) → Device Drivers → Timer Drivers
config NRF_RTC_TIMER bool "nRF Real Time Counter (NRF_RTC1) Timer" selectTICKLESS_CAPABLE
selectNRF_HW_RTC1_RESERVED
depends onCLOCK_CONTROL
&&SOC_COMPATIBLE_NRF
help This module implements a kernel device driver for the nRF Real Time Counter NRF_RTC1 and provides the standard "system clock driver" interfaces.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)