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

CONFIG_BOARD_HAS_TIMING_FUNCTIONS

(No prompt – not directly user assignable.)

Type: bool

Help

Should be selected if board provides custom method for retrieving
timestamps and cycle count.

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At boards/Kconfig:78

Included via Kconfig:8Kconfig.zephyr:37

Menu path: (Top)

config BOARD_HAS_TIMING_FUNCTIONS
    bool
    help
      Should be selected if board provides custom method for retrieving
      timestamps and cycle count.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)