Searched refs:fllRefDiv (Results 1 – 3 of 3) sorted by relevance
332 .refDiv = devConfig->fllRefDiv, in Cy_PRA_FllInit()1273 …if ((devConfig->fllRefDiv < CY_PRA_FLL_MIN_REFDIV) || (devConfig->fllRefDiv > CY_PRA_FLL_MAX_REFDI… in Cy_PRA_ValidateFLL()2445 if ((srcFreq != CY_PRA_DEFAULT_SRC_FREQUENCY) && (devConfig->fllRefDiv != 0UL)) in Cy_PRA_CalculateFLLOutFreq()2447 …outFreq = ((srcFreq * devConfig->fllMult) / devConfig->fllRefDiv) / (devConfig->enableOutputDiv ? … in Cy_PRA_CalculateFLLOutFreq()
2202 … structCpy.fllRefDiv = ((cy_stc_fll_manual_config_t *) message->praData1)->refDiv; in Cy_PRA_ProcessCmd()
216 …uint16_t fllRefDiv; /**< CLK_FLL_CONFIG2 register, FLL_REF_DIV bit… member