代码搜索:CAN Bus
找到约 10,000 项符合「CAN Bus」的源代码
代码结果 10,000
www.eeworm.com/read/346808/11720268
o can.o
www.eeworm.com/read/346808/11720322
c can.c
/*用户通过文件实现CAN总线的初始化,数据的发送,数据的中断接受。*/
#include
#include
#include "CAN.h"
#include "def.h"
#include "2410addr.h"
#include "option.h"
#include "2410lib.h"
#include "spi.
www.eeworm.com/read/346808/11720323
h can.h
#ifndef CAN_H
#define CAN_H
#define CAN_MAX_CHAR_IN_MESSAGE (8) //!
www.eeworm.com/read/157013/11744811
can_mul
www.eeworm.com/read/157013/11744839
h can.h
//CAN 消息初始化程序
///////////////////////////////////////////////////////////////
#include "C8051F040.H"
#include "CANREG.h"
typedef unsigned char uchar;
typedef unsigned int uint;
typedef unsigne
www.eeworm.com/read/260134/11745731
c can.c
// -----------------------------------------------------------------------------
// 文件名 : can.c
// 创建人 : 张正锋 2006/2/20 embed_tech@126.com
// - ---------------------------------------------
www.eeworm.com/read/259956/11754495
c can.c
#include "lf2407regs.h" // 引用头部文件
int CAN_FLAG; // 定义标志寄存器
void sytem_init(); // 声明在程序中需要用到的函数
void CANMBX_ISR();
void CAN_INIT();
void inline disable()
www.eeworm.com/read/259956/11754500
pjt can.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="c:\ti\myprojects\CAN\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
www.eeworm.com/read/259956/11754502
paf can.paf
www.eeworm.com/read/345695/11795062
pjt can.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="E:\lp\2407new\2407asm\CAN\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compi