代码搜索:CAN Bus
找到约 10,000 项符合「CAN Bus」的源代码
代码结果 10,000
www.eeworm.com/read/223923/14612495
s can.s
.module can.c
.area text(rom, con, rel)
.dbfile D:\报警系统设计资料\报警系统软件\测量模块基于CAN的系统网程序\开关量CAN网\can.c
.area lit(rom, con, rel)
_CanBaud::
.byte 2,4
.byte 19
.byte 6,4
.byte 19
.byte 14,4
www.eeworm.com/read/223923/14612506
_c can._c
#include "main.h"
//#pragma interrupt_handler can_ReceiveData:19
/*******************************************************************
CAN initialization:
Mailbox 0: Receive --> interrupt
Mai
www.eeworm.com/read/223915/14612570
_h can._h
#ifndef CAN_H
#define CAN_H
#define ENASTB 1
#define CONMOB1 7
#define DLC0 0
#define CONMOB0 6
typedef struct _VCI_CAN_OBJ{
long ID;
Uchar Data[8];
}VCI_CAN_OBJ , *PVCI_
www.eeworm.com/read/223915/14612588
lis can.lis
.module can.c
.area text(rom, con, rel)
0000 .dbfile F:\测量模块\16MCan\can.c
.area lit(rom, con, rel)
0000
www.eeworm.com/read/223915/14612595
o can.o
XL
H 6 areas 1F global symbols
M can.c
S push_gset1 Ref0000
S push_gset3 Ref0000
S push_gset4 Ref0000
S push_gset5 Ref0000
S pop_lset Ref0000
S pop_gset1 Ref0000
S pop_gset3 Ref0000
S pop_gs
www.eeworm.com/read/223915/14612596
c can.c
#include "main.h"
//#pragma interrupt_handler can_ReceiveData:19
/*******************************************************************
CAN initialization:
Mailbox 0: Receive --> interrupt
Mai
www.eeworm.com/read/223915/14612599
h can.h
#ifndef CAN_H
#define CAN_H
#define ENASTB 1
#define CONMOB1 7
#define DLC0 0
#define CONMOB0 6
typedef struct _VCI_CAN_OBJ{
long ID;
Uchar Data[8];
}VCI_CAN_OBJ , *PVCI_
www.eeworm.com/read/223915/14612606
s can.s
.module can.c
.area text(rom, con, rel)
.dbfile F:\测量模块\16MCan\can.c
.area lit(rom, con, rel)
_CanBaud::
.byte 2,4
.byte 19
.byte 6,4
.byte 19
.byte 14,4
.byte 19
.byte 18,4
.b
www.eeworm.com/read/223915/14612612
_c can._c
#include "main.h"
//#pragma interrupt_handler can_ReceiveData:19
/*******************************************************************
CAN initialization:
Mailbox 0: Receive --> interrupt
Mai
www.eeworm.com/read/123785/14612677
c can.c
#define BASE_IO 0x7f00
#define BASE_CAN 0x7700
#define CON_REG (unsigned char xdata*)(BASE_CAN)
#define CMD_REG (unsigned char xdata*)(BASE_CAN+1)
#define STS_REG (unsigned char xdata*)(BA