mirror of
				https://github.com/RfidResearchGroup/proxmark3.git
				synced 2025-10-31 00:17:02 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			174 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			174 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _CLOCKS_H_
 | |
| #define _CLOCKS_H_
 | |
| 
 | |
| #include "common.h"
 | |
| #include "at91sam7s512.h"
 | |
| 
 | |
| void mck_from_pll_to_slck(void);
 | |
| void mck_from_slck_to_pll(void);
 | |
| 
 | |
| #endif // _CLOCKS_H_
 |