Home
last modified time | relevance | path

Searched refs:autoRecover (Results 1 – 6 of 6) sorted by relevance

/hal_silabs-latest/simplicity_sdk/platform/service/device_init/src/
Dsl_device_init_dpll_s2.c44 .autoRecover = SL_DEVICE_INIT_DPLL_AUTORECOVER, in sl_device_init_dpll()
/hal_silabs-latest/simplicity_sdk/platform/service/clock_manager/src/
Dsl_clock_manager_init_hal_s2.c369 .autoRecover = SL_CLOCK_MANAGER_DPLL_AUTORECOVER, in init_hfrcodpll()
/hal_silabs-latest/gecko/emlib/inc/
Dem_cmu.h1165 bool autoRecover; /**< Enable automatic lock recovery. */ member
3300 bool autoRecover; /**< Enable automatic lock recovery. */
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_cmu.h1165 bool autoRecover; /**< Enable automatic lock recovery. */ member
3301 bool autoRecover; /**< Enable automatic lock recovery. */
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_cmu.c2784 DPLL0->CFG = ((init->autoRecover ? 1UL : 0UL) << _DPLL_CFG_AUTORECOVER_SHIFT) in CMU_DPLLLock()
10345 | ((init->autoRecover ? 1UL : 0UL) in CMU_DPLLLock()
/hal_silabs-latest/gecko/emlib/src/
Dem_cmu.c2755 DPLL0->CFG = ((init->autoRecover ? 1UL : 0UL) << _DPLL_CFG_AUTORECOVER_SHIFT) in CMU_DPLLLock()
10292 | ((init->autoRecover ? 1UL : 0UL) in CMU_DPLLLock()