:orphan: .. title:: BOARD_HAS_TIMING_FUNCTIONS .. option:: 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 ================== .. highlight:: kconfig At ``boards/Kconfig:60`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` Menu path: (Top) .. parsed-literal:: 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.)*