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