Home
last modified time | relevance | path

Searched refs:fllRefDiv (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_pra_cfg.c332 .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()
Dcy_pra.c2202 … structCpy.fllRefDiv = ((cy_stc_fll_manual_config_t *) message->praData1)->refDiv; in Cy_PRA_ProcessCmd()
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_pra_cfg.h216 …uint16_t fllRefDiv; /**< CLK_FLL_CONFIG2 register, FLL_REF_DIV bit… member