代码搜索结果
找到约 10,000 项符合
CAN Bus 的代码
can232.m51
BL51 BANKED LINKER/LOCATER V5.12 09/12/2006 21:12:07 PAGE 1
BL51 BANKED LINKER/LOCATER V5.12, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE can232
can232.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 // Ta
can_api_by_wr.c
/* can_api.c - WindNet CAN API documentation. */
/* Copyright 1984-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01, 18Dec01, jac created
0
can_api_by_wr.c
/* can_api.c - WindNet CAN API documentation. */
/* Copyright 1984-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01, 18Dec01, jac created
0
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
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