:orphan: .. title:: CONFIG_TIMER_HAS_64BIT_CYCLE_COUNTER .. kconfig:: CONFIG_TIMER_HAS_64BIT_CYCLE_COUNTER CONFIG_TIMER_HAS_64BIT_CYCLE_COUNTER #################################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none When this option is true, the k_cycle_get_64() call is available to provide values from a 64-bit cycle counter. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`APIC_TIMER_TSC ` - \ :kconfig:`ARM_ARCH_TIMER ` - \ :kconfig:`CAVS_TIMER ` - \ :kconfig:`CC13X2_CC26X2_RTC_TIMER ` - \ :kconfig:`ESP32C3_SYS_TIMER ` - \ :kconfig:`HPET_TIMER ` - \ :kconfig:`LITEX_TIMER ` - \ :kconfig:`NATIVE_POSIX_TIMER ` - \ :kconfig:`NPCX_ITIM_TIMER ` - \ :kconfig:`RISCV_MACHINE_TIMER ` Kconfig definition ================== At ``/timer/Kconfig:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` Menu path: (Top) → Device Drivers → Timer Drivers .. code-block:: kconfig config TIMER_HAS_64BIT_CYCLE_COUNTER bool help When this option is true, the k_cycle_get_64() call is available to provide values from a 64-bit cycle counter. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*