Functions | |
| void | Chip_SystemInit (void) |
| Set up and initialize hardware prior to call to main() More... | |
| void | SystemCoreClockUpdate (void) |
| Update system core clock rate, should be called if the system has a clock rate change. More... | |
Variables | |
| uint32_t | SystemCoreClock |
| Current system clock rate, mainly used for sysTick. More... | |
| void Chip_SystemInit | ( | void | ) |
Set up and initialize hardware prior to call to main()
| void SystemCoreClockUpdate | ( | void | ) |
Update system core clock rate, should be called if the system has a clock rate change.