:orphan: .. title:: NRF_TIMER_TIMER .. option:: CONFIG_NRF_TIMER_TIMER *nRF Timer Counter (NRF_TIMER0) Timer* Type: ``bool`` Help ==== This module implements a kernel device driver for the nRF Timer Counter NRF_TIMER0 and provides the standard "system clock driver" interfaces. Direct dependencies =================== \ :option:`CLOCK_CONTROL ` && \ :option:`SOC_COMPATIBLE_NRF ` && \ :option:`SYS_CLOCK_EXISTS ` && \ :option:`BOARD_QEMU_CORTEX_M0 ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`TICKLESS_CAPABLE ` Kconfig definition ================== .. highlight:: kconfig At ``boards/arm/qemu_cortex_m0/Kconfig.defconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config NRF_TIMER_TIMER bool "nRF Timer Counter (NRF_TIMER0) Timer" default y select \ :option:`TICKLESS_CAPABLE ` depends on \ :option:`CLOCK_CONTROL ` && \ :option:`SOC_COMPATIBLE_NRF ` && \ :option:`SYS_CLOCK_EXISTS ` && \ :option:`BOARD_QEMU_CORTEX_M0 ` help This module implements a kernel device driver for the nRF Timer Counter NRF_TIMER0 and provides the standard "system clock driver" interfaces. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*