:orphan: .. title:: SOC_HAS_TIMING_FUNCTIONS .. option:: 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 !\ :option:`CORTEX_M_DWT ` - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/microchip_mec/mec1501/Kconfig.defconfig.series:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/microchip_mec/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config SOC_HAS_TIMING_FUNCTIONS bool default y if !\ :option:`CORTEX_M_DWT ` depends on \ :option:`RTOS_TIMER ` && \ :option:`SOC_SERIES_MEC1501X ` ---- At ``soc/arm/nordic_nrf/Kconfig.defconfig:37`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config SOC_HAS_TIMING_FUNCTIONS bool default y depends on !\ :option:`CORTEX_M_DWT ` && \ :option:`NRF_RTC_TIMER ` && \ :option:`SOC_FAMILY_NRF ` ---- At ``soc/Kconfig:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` Menu path: (Top) .. parsed-literal:: 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.)*