27 #ifndef SYSTEM_S32K118_H_
28 #define SYSTEM_S32K118_H_
42 #define DISABLE_WDOG 1
46 #ifndef CPU_XTAL_CLK_HZ
47 #define CPU_XTAL_CLK_HZ 8000000u
51 #ifndef CPU_INT_FAST_CLK_HZ
52 #define CPU_INT_FAST_CLK_HZ 48000000u
56 #ifndef DEFAULT_SYSTEM_CLOCK
57 #define DEFAULT_SYSTEM_CLOCK 48000000u
void SystemSoftwareReset(void)
Initiates a system reset.
void SystemCoreClockUpdate(void)
Updates the SystemCoreClock variable.
uint32_t SystemCoreClock
System clock frequency (core clock)
void SystemInit(void)
Setup the SoC.