#include <stdint.h>
#include "fsl_device_registers.h"
Go to the source code of this file.
|
| __attribute__ ((weak)) |
|
void | SystemCoreClockUpdate (void) |
| Update SystemCoreClock variable according to Clock Register Values. The SystemCoreClock variable contains the core clock (HCLK), it can be used by the user application to setup the SysTick timer or configure other parameters. More...
|
|
void | SystemInit (void) |
| Setup the microcontroller system Initialize the FPU setting, vector table location and External memory configuration. More...
|
|
◆ __attribute__()