-
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 soc/arm/microchip_mec/mec1501/Kconfig.defconfig.series:24
Included via Kconfig:8
→ Kconfig.zephyr:19
→ doc/_build/Kconfig/Kconfig.soc.defconfig:1
→ soc/arm/microchip_mec/Kconfig.defconfig:3
Menu path: (Top)
config SOC_HAS_TIMING_FUNCTIONS bool default y if !CORTEX_M_DWT
depends onRTOS_TIMER
&&SOC_SERIES_MEC1501X
At soc/arm/nordic_nrf/Kconfig.defconfig:37
Included via Kconfig:8
→ Kconfig.zephyr:19
→ doc/_build/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 soc/Kconfig:45
Included via Kconfig:8
→ 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.)