mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			143 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			143 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef __SDCDRIVER_H
 | 
						|
#define __SDCDRIVER_H
 | 
						|
 | 
						|
 | 
						|
void copySDC512(long int, long int *);
 | 
						|
volatile void waitInitSDC();
 | 
						|
void setSDCCLK(int);
 | 
						|
 | 
						|
#endif
 |