8 lines
176 B
C
8 lines
176 B
C
#ifndef ByteCopy_H_
|
|
#define ByteCopy_H_
|
|
#include "ucps2.h"
|
|
|
|
MPU_ENTRY void ByteCopyAsm(v16u32 src);
|
|
void ByteCopy(int ConfigAddr, int InAddr, int OutAddr, int Bytelen);
|
|
#endif
|