The following system functions implement CMSIS Core functions. Refer to the CMSIS documentation for more details.
Functions | |
void | SystemInit (void) |
For CAT1A: More... | |
void | SystemCoreClockUpdate (void) |
Gets core clock frequency and updates SystemCoreClock, cy_Hfclk0FreqHz, and cy_PeriClkFreqHz. More... | |
void SystemInit | ( | void | ) |
For CAT1A:
Initializes the system:
For CAT1B:
Initializes the system:
For CAT1C:
Initializes the system:
void SystemCoreClockUpdate | ( | void | ) |
Gets core clock frequency and updates SystemCoreClock, cy_Hfclk0FreqHz, and cy_PeriClkFreqHz.
Updates global variables used by the Cy_SysLib_Delay(), Cy_SysLib_DelayUs(), and Cy_SysLib_DelayCycles().