代码搜索结果
找到约 10,000 项符合
CAN Bus 的代码
at90can128.xml
[LB1 = 1 : LB2 = 1] No memory lock features enabled. [LB1 = 0 : LB2 = 1] Further programming of Flash and EEPROM is enabled. [LB1 = 0 : LB2 = 0] Same as previous, but
group__can__interface.html
RCA CAN Library: Universelles CAN Interface
can_8h.html
RCA CAN Library: can.h-Dateireferenz
at90can_buffer.c
// ----------------------------------------------------------------------------
/*
* Copyright (c) 2007 Fabian Greif, Roboterclub Aachen e.V.
* All rights reserved.
*
* Redistribution and use in
at90can_private.h
// ----------------------------------------------------------------------------
/*
* Copyright (c) 2007 Fabian Greif, Roboterclub Aachen e.V.
* All rights reserved.
*
* Redistribution and use in
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