代码搜索结果
找到约 1,839 项符合
Modbus 的代码
modbus16._c
#include "main.h"
//字地址 0 - 255
//位地址 0 - 255
/* CRC 高位字节值表 */
const uint8 auchCRCHi[] = {
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0,
0x80, 0x41, 0x00, 0xC1, 0x81, 0x40,
modbus16.lis
.module modbus16.c
.area lit(rom, con, rel)
0000 _auchCRCHi::
0000 00C1 .byte 0,193
0002 8140 .byte 129,64
modbus16.c
#include "main.h"
//字地址 0 - 255
//位地址 0 - 255
/* CRC 高位字节值表 */
const uint8 auchCRCHi[] = {
0x00, 0xC1, 0x81, 0x40, 0x01, 0xC0, 0x80, 0x41, 0x01, 0xC0,
0x80, 0x41, 0x00, 0xC1, 0x81, 0x40,
modbus16.o
XL
H 6 areas 23 global symbols
M modbus16.c
S push_gset2 Ref0000
S push_gset3 Ref0000
S push_gset4 Ref0000
S push_gset5 Ref0000
S pop_gset2 Ref0000
S pop_gset3 Ref0000
S empy16s Ref0000
S po
modbus16.s
.module modbus16.c
.area lit(rom, con, rel)
_auchCRCHi::
.byte 0,193
.byte 129,64
.byte 1,192
.byte 128,'A
.byte 1,192
.byte 128,'A
.byte 0,193
.byte 129,64
.byte 1,192
.byte 1
modbus_test.lnp
"STARTUP.obj",
"Time_Module.obj",
"Led_Blink.obj",
"MODBUSFUNC.obj"
TO "Modbus_test"
RAMSIZE(256)
modbus_test.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {