-
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 <Zephyr>/boards/Kconfig:60
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
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.)