:orphan: .. title:: NRF_RTC_TIMER .. option:: 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 =================== (\ :option:`SYS_CLOCK_EXISTS ` && \ :option:`BOARD_QEMU_CORTEX_M0 `) || (\ :option:`SYS_CLOCK_EXISTS ` && \ :option:`SOC_FAMILY_NRF `) || (\ :option:`CLOCK_CONTROL ` && \ :option:`SOC_COMPATIBLE_NRF `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - n - y Symbols selected by this symbol =============================== - \ :option:`TICKLESS_CAPABLE ` - \ :option:`NRF_HW_RTC1_RESERVED ` Symbols that select this symbol =============================== - \ :option:`BOARD_NRF52_BSIM ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/qemu_cortex_m0/Kconfig.defconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config NRF_RTC_TIMER bool default n depends on \ :option:`SYS_CLOCK_EXISTS ` && \ :option:`BOARD_QEMU_CORTEX_M0 ` ---- At ``soc/arm/nordic_nrf/Kconfig.defconfig:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config NRF_RTC_TIMER bool default y depends on \ :option:`SYS_CLOCK_EXISTS ` && \ :option:`SOC_FAMILY_NRF ` ---- At ``drivers/timer/Kconfig:124`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:28`` Menu path: (Top) → Device Drivers → Timer Drivers .. parsed-literal:: config NRF_RTC_TIMER bool "nRF Real Time Counter (NRF_RTC1) Timer" select \ :option:`TICKLESS_CAPABLE ` select \ :option:`NRF_HW_RTC1_RESERVED ` depends on \ :option:`CLOCK_CONTROL ` && \ :option:`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.)*