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 <Zephyr>/drivers/timer/Kconfig:10

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/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.)