9 lines
196 B
C
9 lines
196 B
C
#ifndef ByteShift_H_
|
|
#define ByteShift_H_
|
|
|
|
#include "ucps2.h"
|
|
|
|
MPU_ENTRY void ByteShiftAsm(v16u32 src);
|
|
void ByteShift(int ConfigAddr, int InAddr, int OutAddr, int Bytelen,int ShiftValue);
|
|
#endif
|