Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_pra_cfg.h267 cy_en_clkhf_in_sources_t hf1Source; /**< HF1 Source Clock Path */ member
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_pra.c1466 hfSource = structCpy.hf1Source; in Cy_PRA_ProcessCmd()
1467 … structCpy.hf1Source = ((cy_stc_pra_clkhfsetsource_t *) message->praData1)->source; in Cy_PRA_ProcessCmd()
1471 …Cpy.hf1OutFreqMHz = (Cy_SysClk_ClkPathGetFrequency((uint32_t) structCpy.hf1Source)/(1UL << (uint32… in Cy_PRA_ProcessCmd()
1533 structCpy.hf1Source = hfSource; in Cy_PRA_ProcessCmd()
1590 …Cpy.hf1OutFreqMHz = (Cy_SysClk_ClkPathGetFrequency((uint32_t) structCpy.hf1Source)/(1UL << (uint32… in Cy_PRA_ProcessCmd()
Dcy_pra_cfg.c1827 … if (CY_PRA_STATUS_SUCCESS != Cy_PRA_ValidateClkPath((uint32_t)(devConfig->hf1Source), devConfig)) in Cy_PRA_ValidateClkHFs()
2932 status = Cy_PRA_ClkHfInit(CY_PRA_CLKHF_1, devConfig->hf1Source, devConfig->hf1Divider); in Cy_PRA_SystemConfig()