2025-03-30 10:31:17 -07:00

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