9 lines
193 B
C
9 lines
193 B
C
![]() |
#ifndef BYTESET_H_
|
||
|
#define BYTESET_H_
|
||
|
#include "ucps2.h"
|
||
|
|
||
|
MPU_ENTRY void ByteSetAsm(v16u32 src);
|
||
|
void ByteSet(int ConfigAddr, int InputValue, int OutAddr, int Bytelen);
|
||
|
|
||
|
#endif /*BYTESET_H_ */
|