代码搜索结果

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

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

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

inter_can_t.c

/////////can 交互通讯发送程序////////////// /////////inter_can_t.c//////////////////// #include "candeal1.h" #define LEN 8 #define MSGNUMA 2 #define MSGNUMB 5 #define MSGNUMC 6 #define MSGNUMD 7 #defi

inter_can_r.c

/////////can 交互通讯接收程序////////////// /////////inter_can_r.c//////////////////// #include "candeal1.h" #define LEN 8 #define MSGNUMA 2 #define MSGNUMB 5 #define MSGNUMC 6 #define MSGNUMD 7 #defi

cg_mom_to_can.m

function pot = cg_mom_to_can(pot) % CG_MOM_TO_CAN Convert a CG potential from moment to canonical form, if necessary. % pot = cg_mom_to_can(pot) if pot.subtype ~= 'c' for i=1:pot.dsize pot.can{

cg_can_to_mom.m

function pot = cg_can_to_mom(pot) % CG_CAN_TO_MOM Convert a CG potential from canonical to moment form, if necessary. % pot = cg_can_to_mom(pot) if pot.subtype ~= 'm' for i=1:pot.dsize pot.mom{

can_ioctl.c.3

.TH "can_ioctl.c" 3 "11 Sep 2003" "can4linux" \" -*- nroff -*- .ad l .nh .SH NAME can_ioctl.c \- .SH SYNOPSIS .br .PP .SS "Functions" .in +1c .ti -1c .RI "int \fBcan_ioctl\fP (__LDDK_IOCTL_PARAM)"

can_close_c.3

.TH "can_close.c" 3 "14 Sep 2001" "can4linux" \" -*- nroff -*- .ad l .nh .SH NAME can_close.c \- .SH SYNOPSIS .br .PP .SS Functions .in +1c .ti -1c .RI "__LDDK_CLOSE_TYPE \fBcan_close\fR (__LDDK_CL