| | |
| | | volatile unsigned short WorkMode2;
|
| | | volatile unsigned short nBinProgBank;
|
| | | volatile unsigned short nBinProgSize;
|
| | | unsigned int Reserved2[1];
|
| | | unsigned short bLEDFlick;
|
| | | unsigned short Reserved2[1];
|
| | | unsigned short CRC1;
|
| | | unsigned short EndSign1;
|
| | | }stRunStat, *pRunStat;
|
| | |
| | | int ReadData(UCHAR nDst, UCHAR nType, USHORT nWordAddr, UCHAR nWordCount, USHORT * nByteRead, USHORT * Values);
|
| | | int WriteData(UCHAR nDst, UCHAR nType, USHORT nWordAddr, UCHAR nWordCount, USHORT * Values);
|
| | |
|
| | | int GetMode(UCHAR nDst, UCHAR nType);
|
| | | int GetMode(UCHAR nDst, UCHAR nType, UCHAR* value);
|
| | | int ChangeMode(UCHAR nDst, UCHAR nType);
|
| | |
|
| | | int BlinkLED(UCHAR nDst, UCHAR nSecond);
|