Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_pra_cfg.h273 cy_en_clkhf_in_sources_t hf3Source; /**< HF3 Source Clock Path */ member
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_pra.c1484 hfSource = structCpy.hf3Source; in Cy_PRA_ProcessCmd()
1485 … structCpy.hf3Source = ((cy_stc_pra_clkhfsetsource_t *) message->praData1)->source; in Cy_PRA_ProcessCmd()
1489 …Cpy.hf3OutFreqMHz = (Cy_SysClk_ClkPathGetFrequency((uint32_t) structCpy.hf3Source)/(1UL << (uint32… in Cy_PRA_ProcessCmd()
1543 structCpy.hf3Source = hfSource; in Cy_PRA_ProcessCmd()
1608 …Cpy.hf3OutFreqMHz = (Cy_SysClk_ClkPathGetFrequency((uint32_t) structCpy.hf3Source)/(1UL << (uint32… in Cy_PRA_ProcessCmd()
Dcy_pra_cfg.c1858 … if (CY_PRA_STATUS_SUCCESS != Cy_PRA_ValidateClkPath((uint32_t) devConfig->hf3Source, devConfig)) in Cy_PRA_ValidateClkHFs()
2980 … status = Cy_PRA_ClkHfInit(CY_PRA_CLKHF_3, devConfig->hf3Source, devConfig->hf3Divider); in Cy_PRA_SystemConfig()