代码搜索结果
找到约 10,000 项符合
CAN Bus 的代码
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
75x_can.h
/******************** (C) COPYRIGHT 2006 STMicroelectronics ********************
* File Name : 75x_can.h
* Author : MCD Application Team
* Date First Issued : 03/10/2006
* De
75x_can.c
/******************** (C) COPYRIGHT 2006 STMicroelectronics ********************
* File Name : 75x_can.c
* Author : MCD Application Team
* Date First Issued : 03/10/2006
* De
91x_can.c
/******************** (C) COPYRIGHT 2006 STMicroelectronics ********************
* File Name : 91x_can.c
* Author : MCD Application Team
* Date First Issued : 05/18/2006 : Ver
75x_can.h
/******************** (C) COPYRIGHT 2006 STMicroelectronics ********************
* File Name : 75x_can.h
* Author : MCD Application Team
* Date First Issued : 03/10/2006
* De
75x_can.c
/******************** (C) COPYRIGHT 2006 STMicroelectronics ********************
* File Name : 75x_can.c
* Author : MCD Application Team
* Date First Issued : 03/10/2006
* De
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