Functions | |
void | Cy_SysClk_ExtRefSetFrequency (uint32_t freq) |
Sets the signal frequency of the External PLL Reference Clock Source (EXTREF) into the internal storage to be used in Cy_SysClk_PllGetFrequency. More... | |
uint32_t | Cy_SysClk_ExtRefGetFrequency (void) |
Returns the frequency of the External PLL Reference Source (EXT_REF) from the internal storage. More... | |
void Cy_SysClk_ExtRefSetFrequency | ( | uint32_t | freq | ) |
Sets the signal frequency of the External PLL Reference Clock Source (EXTREF) into the internal storage to be used in Cy_SysClk_PllGetFrequency.
freq | The frequency of the External PLL Reference Source. Valid range is 1000000...48000000 (1...48 MHz) and also 0. Zero means the external clock signal is not applied. |
uint32_t Cy_SysClk_ExtRefGetFrequency | ( | void | ) |
Returns the frequency of the External PLL Reference Source (EXT_REF) from the internal storage.