Functions | |
| 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. More... | |
| cy_en_clkpath_in_sources_t | Cy_SysClk_ClkPathGetSource (uint32_t clkPath) |
| Reports which source is selected for the path mux. More... | |
| uint32_t | Cy_SysClk_ClkPathMuxGetFrequency (uint32_t clkPath) |
| Returns the output frequency of the clock path mux. More... | |
| uint32_t | Cy_SysClk_ClkPathGetFrequency (uint32_t clkPath) |
| Returns the output frequency of the clock path mux. More... | |
| 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.
| clkPath | Selects which clock path to configure; 0 is the first clock path, which is the FLL. |
| source | cy_en_clkpath_in_sources_t |
| cy_en_clkpath_in_sources_t Cy_SysClk_ClkPathGetSource | ( | uint32_t | clkPath | ) |
Reports which source is selected for the path mux.
| clkPath | Selects which clock path to report; 0 is the first clock path, which is the FLL. |
| uint32_t Cy_SysClk_ClkPathMuxGetFrequency | ( | uint32_t | clkPath | ) |
Returns the output frequency of the clock path mux.
| uint32_t Cy_SysClk_ClkPathGetFrequency | ( | uint32_t | clkPath | ) |
Returns the output frequency of the clock path mux.