Searched refs:autoRecover (Results 1 – 6 of 6) sorted by relevance
44 .autoRecover = SL_DEVICE_INIT_DPLL_AUTORECOVER, in sl_device_init_dpll()
369 .autoRecover = SL_CLOCK_MANAGER_DPLL_AUTORECOVER, in init_hfrcodpll()
1165 bool autoRecover; /**< Enable automatic lock recovery. */ member3300 bool autoRecover; /**< Enable automatic lock recovery. */
1165 bool autoRecover; /**< Enable automatic lock recovery. */ member3301 bool autoRecover; /**< Enable automatic lock recovery. */
2784 DPLL0->CFG = ((init->autoRecover ? 1UL : 0UL) << _DPLL_CFG_AUTORECOVER_SHIFT) in CMU_DPLLLock()10345 | ((init->autoRecover ? 1UL : 0UL) in CMU_DPLLLock()
2755 DPLL0->CFG = ((init->autoRecover ? 1UL : 0UL) << _DPLL_CFG_AUTORECOVER_SHIFT) in CMU_DPLLLock()10292 | ((init->autoRecover ? 1UL : 0UL) in CMU_DPLLLock()