BeRTOS
|
00001 00038 #ifndef DRV_LM3S1968_CLOCK_H 00039 #define DRV_LM3S1968_CLOCK_H 00040 00041 /* Crystal frequency attached to the main oscillator. */ 00042 #define XTAL_FREQ SYSCTL_RCC_XTAL_8MHZ 00043 00044 extern void lm3s_busyWait(unsigned long iterations); 00045 00046 void clock_init(void); 00047 00048 #endif /* DRV_LM3S1968_CLOCK_H */