#define CLKPATH2 (2UL)
#define HFCLK2 (2UL)
uint32_t clkPathMuxFreq = 0UL;
{
}
else
{
}
@ CY_SYSCLK_CLKHF_IN_CLKPATH2
clkHf input is Clock Path 2
Definition: cy_sysclk.h:2511
cy_en_sysclk_status_t Cy_SysClk_ClkHfSetSource(uint32_t clkHf, cy_en_clkhf_in_sources_t source)
Selects the source of the selected clkHf.
Definition: cy_sysclk_v2.c:3244
cy_en_sysclk_status_t Cy_SysClk_ClkHfEnable(uint32_t clkHf)
Enables the selected clkHf.
Definition: cy_sysclk_v2.c:3169
@ CY_SYSCLK_CLKPATH_IN_ECO
Select the ECO as the output of the path mux.
Definition: cy_sysclk.h:827
uint32_t Cy_SysClk_ClkPathMuxGetFrequency(uint32_t clkPath)
Returns the output frequency of the clock path mux.
Definition: cy_sysclk_v2.c:4728
cy_en_sysclk_status_t Cy_SysClk_ClkPathSetSource(uint32_t clkPath, cy_en_clkpath_in_sources_t source)
Configures the source for the specified clock path.
Definition: cy_sysclk_v2.c:4693
@ CY_SYSCLK_SUCCESS
Command completed with no errors.
Definition: cy_sysclk.h:497