2019-10-15 20:21:26 +08:00
|
|
|
#ifndef _CLOCKS_H_
|
|
|
|
#define _CLOCKS_H_
|
|
|
|
|
|
|
|
#include "common.h"
|
|
|
|
#include "at91sam7s512.h"
|
|
|
|
|
|
|
|
void mck_from_pll_to_slck(void);
|
2019-10-16 00:07:24 +08:00
|
|
|
void mck_from_slck_to_pll(void);
|
2019-10-15 20:21:26 +08:00
|
|
|
|
|
|
|
#endif // _CLOCKS_H_
|