Functions | |
void | SystemInit (void) |
Initializes the system: unlocks and disables the WDT, disables the interrupts and calls the Cy_SystemInit() function. More... | |
void | Cy_SystemInit (void) |
Empty weak function. More... | |
void | SystemCoreClockUpdate (void) |
Gets core clock frequency, updates SystemCoreClock, and global variables used by the Cy_SysLib_Delay(), Cy_SysLib_DelayUs(), and Cy_SysLib_DelayCycles(). More... | |
The following system functions implement CMSIS Core functions. Refer to the CMSIS documentation for more details.
void SystemInit | ( | void | ) |
Initializes the system: unlocks and disables the WDT, disables the interrupts and calls the Cy_SystemInit() function.
void Cy_SystemInit | ( | void | ) |
Empty weak function.
The application code provides a strong function for the actual implementation.
void SystemCoreClockUpdate | ( | void | ) |
Gets core clock frequency, updates SystemCoreClock, and global variables used by the Cy_SysLib_Delay(), Cy_SysLib_DelayUs(), and Cy_SysLib_DelayCycles().