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 if ! - CORTEX_M_DWT
- y 
- y if ! - CORTEX_M_DWT
- y if ! - CORTEX_M_DWT
- y 
Kconfig definitions¶
At <Zephyr SoC>/arm/microchip_mec/mec1501/Kconfig.defconfig.series:24
Included via Kconfig:8 → Kconfig.zephyr:25 → <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/microchip_mec/mec172x/Kconfig.defconfig.series:24
Included via Kconfig:8 → Kconfig.zephyr:25 → <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_MEC172X
At <Zephyr SoC>/arm/nordic_nrf/Kconfig.defconfig:37
Included via Kconfig:8 → Kconfig.zephyr:25 → <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>/arm/microchip_mec/mec1501/Kconfig.defconfig.series:24
Included via Kconfig:8 → Kconfig.zephyr:27 → <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/microchip_mec/mec172x/Kconfig.defconfig.series:24
Included via Kconfig:8 → Kconfig.zephyr:27 → <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_MEC172X
At <Zephyr SoC>/arm/nordic_nrf/Kconfig.defconfig:37
Included via Kconfig:8 → Kconfig.zephyr:27
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:51
Included via Kconfig:8 → Kconfig.zephyr:38
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.)