The latest development version of this page may be more current than this released 3.0.0 version.

CONFIG_TIMER_HAS_64BIT_CYCLE_COUNTER

(No prompt – not directly user assignable.)

Type: bool

Help

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.

Kconfig definition

At drivers/timer/Kconfig:10

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:30

Menu path: (Top) → Device Drivers → Timer Drivers

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.)