Home
last modified time | relevance | path

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

/hal_silabs-latest/simplicity_sdk/platform/service/device_init/src/
Dsl_device_init_dpll_s2.c45 .ditherEn = SL_DEVICE_INIT_DPLL_DITHER in sl_device_init_dpll()
/hal_silabs-latest/simplicity_sdk/platform/service/clock_manager/src/
Dsl_clock_manager_init_hal_s2.c370 .ditherEn = SL_CLOCK_MANAGER_DPLL_DITHER in init_hfrcodpll()
/hal_silabs-latest/gecko/emlib/inc/
Dem_cmu.h1166 bool ditherEn; /**< Enable dither functionality. */ member
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_cmu.h1166 bool ditherEn; /**< Enable dither functionality. */ member
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_cmu.c2785 | ((init->ditherEn ? 1UL : 0UL) << _DPLL_CFG_DITHEN_SHIFT) in CMU_DPLLLock()
/hal_silabs-latest/gecko/emlib/src/
Dem_cmu.c2756 | ((init->ditherEn ? 1UL : 0UL) << _DPLL_CFG_DITHEN_SHIFT) in CMU_DPLLLock()