NetBurner 3.5.7
PDF Version
MOD5441X/include/bsp.h
1
5#ifndef __NB_BSP_H
6#define __NB_BSP_H
7
8// The ratio of the average clock rate in spread spectrum mode compared to the original clock rate
9#define SPREAD_SPECTRUM_OSC_CLK_RATIO (0.98925)
10#define CPU_CLOCK_SS_DISABLED (250000000)
11#define CPU_CLOCK_SS_ENABLED (247312500)
12
37void SpreadSpectrumOscillator(bool enable);
38
39#endif