Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/
Dcy_pra_cfg.h279 cy_en_clkhf_in_sources_t hf5Source; /**< HF5 Source Clock Path */ member
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/source/
Dcy_pra.c1530 hfSource = structCpy.hf5Source; in Cy_PRA_ProcessCmd()
1531 … structCpy.hf5Source = ((cy_stc_pra_clkhfsetsource_t *) message->praData1)->source; in Cy_PRA_ProcessCmd()
1535 …Cpy.hf5OutFreqMHz = (Cy_SysClk_ClkPathGetFrequency((uint32_t) structCpy.hf5Source)/(1UL << (uint32… in Cy_PRA_ProcessCmd()
1581 structCpy.hf5Source = hfSource; in Cy_PRA_ProcessCmd()
1654 …Cpy.hf5OutFreqMHz = (Cy_SysClk_ClkPathGetFrequency((uint32_t) structCpy.hf5Source)/(1UL << (uint32… in Cy_PRA_ProcessCmd()
Dcy_pra_cfg.c1890 … if (CY_PRA_STATUS_SUCCESS != Cy_PRA_ValidateClkPath((uint32_t) devConfig->hf5Source, devConfig)) in Cy_PRA_ValidateClkHFs()
3032 … status = Cy_PRA_ClkHfInit(CY_PRA_CLKHF_5, devConfig->hf5Source, devConfig->hf5Divider); in Cy_PRA_SystemConfig()