代码搜索结果

找到约 10,000 项符合 CAN Bus 的代码

remote_can_t.c

//////////////远程帧控制发送程序/////////////// ////////////remote_can_t.c///////////////////// #include "candeal2.h" #define LEN 8 #define MSGNUMA 2 #define MSGNUMB 5 #define NUMAPEND 0x0002 #define NU

remote_can_r.c

/////////远程帧控制接收程序///////////////////// //////////remote_can_r.c/////////////////////// #include "candeal2.h" #define LEN 8 #define MSGNUMA 2 #define MSGNUMB 5 #define NUMAPEND 0x0002 #define N

mul_can_t.c

////////多消息can发送程序////////// ///////mul_can_t.c///////////////// #include "candeal1.h" #define LEN 8 void canini(){ clear_msg_objects(); init_msg_object_RX (0x04,1);//初始化发送 init_msg_object_T

mul_can_r.c

///////////多消息can接收程序//////////////// /////////mul_can_r.c/////////////////////// #include "candeal1.h" #define LEN 8 #define MSGNUMA 2 #define MSGNUMB 5 #define NUMAPEND 0x0002 #define NUMBPEN

2can_r.c

///////can 单消息接收程序//////////// ////////2can_r.c/////////////// #include "candeal0.h" void canini(){ clear_msg_objects(); init_msg_object_RX (0x04,2);//初始化发送 init_msg_object_TX (0x02,1); EIE

2can_t.c

//////can 单消息发送程序//////////////// ///////2can_t.c//////////////////////// #include "candeal0.h" void canini(){ clear_msg_objects(); init_msg_object_RX (0x04,1);//初始化发送 init_msg_object_TX (0x0

can_cc01.plg

礦ision2 Build Log Project: C:\人邮\Keilc51资源程序\apnt_165\CAN_CC01.uv2 Project File Date: 11/08/2001 Output:

can_cc01.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.a*; *.src) oExt (*.obj) lExt (*.lib) tExt (*.txt) pExt (*.plm) CppX (*.cpp) DaveTm { 0,0,0,0,0,0,0,0 }

cc_can104.h

/* cc_can104.h * Header file for the Linux CAN-bus driver. * Written by Arnaud Westenberg email:arnaud@wanadoo.nl * This software is released under the GPL-License. * Version 0.7 6 Aug 2001 */

cc_can104.c

/* cc_can104.c * Linux CAN-bus device driver. * Written by Arnaud Westenberg email:arnaud@wanadoo.nl * This software is released under the GPL-License. * Version 0.7 6 Aug 2001 */ #include