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