repo.or.cz
/
RRG-proxmark3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #1335 from rad1game/patch-1
[RRG-proxmark3.git]
/
common_arm
/
clocks.h
blob
1752ba4fdba94efe7cd33135313c4d81d3870ce2
1
#ifndef _CLOCKS_H_
2
#define _CLOCKS_H_
3
4
#include
"common.h"
5
#include
"at91sam7s512.h"
6
7
void
mck_from_pll_to_slck
(
void
);
8
void
mck_from_slck_to_pll
(
void
);
9
10
#endif
// _CLOCKS_H_