-
CONFIG_SOC_HAS_TIMING_FUNCTIONS
¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
Should be selected if SoC provides custom method for retrieving
timestamps and cycle count.
Defaults¶
y if !
CORTEX_M_DWT
y
Kconfig definitions¶
At <Zephyr>/soc/arm/microchip_mec/mec1501/Kconfig.defconfig.series:24
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/microchip_mec/Kconfig.defconfig:3
Menu path: (Top)
config SOC_HAS_TIMING_FUNCTIONS
bool
default y if !CORTEX_M_DWT
depends on RTOS_TIMER && SOC_SERIES_MEC1501X
At <Zephyr>/soc/arm/nordic_nrf/Kconfig.defconfig:37
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/kconfig/Kconfig.soc.defconfig:1
Menu path: (Top)
config SOC_HAS_TIMING_FUNCTIONS
bool
default y
depends on !CORTEX_M_DWT && NRF_RTC_TIMER && SOC_FAMILY_NRF
At <Zephyr>/soc/Kconfig:45
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:28
Menu path: (Top)
config SOC_HAS_TIMING_FUNCTIONS
bool
help
Should be selected if SoC provides custom method for retrieving
timestamps and cycle count.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)