Home
last modified time | relevance | path

Searched defs:clkPath (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_sysclk.c1292 cy_en_sysclk_status_t Cy_SysClk_ClkPathSetSource(uint32_t clkPath, cy_en_clkpath_in_sources_t sourc… in Cy_SysClk_ClkPathSetSource()
1324 cy_en_clkpath_in_sources_t Cy_SysClk_ClkPathGetSource(uint32_t clkPath) in Cy_SysClk_ClkPathGetSource()
1338 uint32_t Cy_SysClk_ClkPathMuxGetFrequency(uint32_t clkPath) in Cy_SysClk_ClkPathMuxGetFrequency()
1388 uint32_t Cy_SysClk_ClkPathGetFrequency(uint32_t clkPath) in Cy_SysClk_ClkPathGetFrequency()
1776 bool Cy_SysClk_PllIsEnabled(uint32_t clkPath) in Cy_SysClk_PllIsEnabled()
1784 bool Cy_SysClk_PllLocked(uint32_t clkPath) in Cy_SysClk_PllLocked()
1792 bool Cy_SysClk_PllLostLock(uint32_t clkPath) in Cy_SysClk_PllLostLock()
1809 cy_en_sysclk_status_t Cy_SysClk_PllDisable(uint32_t clkPath) in Cy_SysClk_PllDisable()
1832 cy_en_sysclk_status_t Cy_SysClk_PllConfigure(uint32_t clkPath, const cy_stc_pll_config_t *config) in Cy_SysClk_PllConfigure()
1910 cy_en_sysclk_status_t Cy_SysClk_PllManualConfigure(uint32_t clkPath, const cy_stc_pll_manual_config… in Cy_SysClk_PllManualConfigure()
[all …]
Dcy_sysclk_v2.c1308 uint32_t Cy_SysClk_ClkHfGetMaskOnPath(cy_en_clkhf_in_sources_t clkPath) in Cy_SysClk_ClkHfGetMaskOnPath()
3175 cy_en_sysclk_status_t Cy_SysClk_ClkPathSetSource(uint32_t clkPath, cy_en_clkpath_in_sources_t sourc… in Cy_SysClk_ClkPathSetSource()
3197 cy_en_clkpath_in_sources_t Cy_SysClk_ClkPathGetSource(uint32_t clkPath) in Cy_SysClk_ClkPathGetSource()
3210 uint32_t Cy_SysClk_ClkPathMuxGetFrequency(uint32_t clkPath) in Cy_SysClk_ClkPathMuxGetFrequency()
3305 uint32_t Cy_SysClk_ClkPathGetFrequency(uint32_t clkPath) in Cy_SysClk_ClkPathGetFrequency()
5455 bool Cy_SysClk_PllIsEnabled(uint32_t clkPath) in Cy_SysClk_PllIsEnabled()
5496 bool Cy_SysClk_PllLocked(uint32_t clkPath) in Cy_SysClk_PllLocked()
5540 bool Cy_SysClk_PllLostLock(uint32_t clkPath) in Cy_SysClk_PllLostLock()
5584 cy_en_sysclk_status_t Cy_SysClk_PllDisable(uint32_t clkPath) in Cy_SysClk_PllDisable()
5629 cy_en_sysclk_status_t Cy_SysClk_PllConfigure(uint32_t clkPath, const cy_stc_pll_config_t *config) in Cy_SysClk_PllConfigure()
[all …]
Dcy_pra_cfg.c254 __STATIC_INLINE cy_en_pra_status_t Cy_PRA_PllInit(uint32_t clkPath, const cy_stc_pll_manual_config_… in Cy_PRA_PllInit()
674 static cy_en_pra_status_t Cy_PRA_GetInputSourceFreq(uint32_t clkPath, const cy_stc_pra_system_confi… in Cy_PRA_GetInputSourceFreq()
922 static cy_en_clkpath_in_sources_t Cy_PRA_GetInputSourceClock(uint32_t clkPath, const cy_stc_pra_sys… in Cy_PRA_GetInputSourceClock()
1589 static cy_en_pra_status_t Cy_PRA_ValidateClkPath(uint32_t clkPath, const cy_stc_pra_system_config_t… in Cy_PRA_ValidateClkPath()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_sysclk.h2666 uint32_t clkPath; /**< clkPath */ member