Functions | |
void | Cy_SysClk_ExtClkSetFrequency (uint32_t freq) |
Sets the signal frequency of the External Clock Source (EXTCLK) into the internal storage to be used in Cy_SysClk_ClkHfGetFrequency. More... | |
uint32_t | Cy_SysClk_ExtClkGetFrequency (void) |
Returns the frequency of the External Clock Source (EXTCLK) from the internal storage. More... | |
void Cy_SysClk_ExtClkSetFrequency | ( | uint32_t | freq | ) |
Sets the signal frequency of the External Clock Source (EXTCLK) into the internal storage to be used in Cy_SysClk_ClkHfGetFrequency.
freq | The frequency of the External Clock Source. Valid range is 0...48000000 (0...48 MHz). Zero means the external clock signal is not applied. |
uint32_t Cy_SysClk_ExtClkGetFrequency | ( | void | ) |
Returns the frequency of the External Clock Source (EXTCLK) from the internal storage.