Hanna
Sourcecode Kontrollplatine
config_clock.h
gehe zur Dokumentation dieser Datei
1 
14 #ifndef CONFIG_CLOCK_H_
15 #define CONFIG_CLOCK_H_
16 
17 void Config32MHzClock ( void );
18 
19 #endif /* CONFIG_CLOCK_H_ */
void Config32MHzClock(void)
Einstellung der Systemtakte und der USB-Clock.
Definition: config_clock.c:22