代码搜索结果
找到约 10,000 项符合
CAN Bus 的代码
can.c
//****************************************************************************
// @Module TwinCAN Module (CAN)
// @Filename CAN.C
// @Project TwinCAN.dav
//----------------------
can.h
//****************************************************************************
// @Module TwinCAN Module (CAN)
// @Filename CAN.H
// @Project TwinCAN.dav
//----------------------
can.lst
C166 COMPILER V6.04, CAN 09/08/2007 14:27:20 PAGE 1
C166 COMPILER V6.04, COMPILATION OF MODULE CAN
OBJECT MODULE PLACED IN C
can.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\lp\2407new\6CAN\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
T
can.c
#include "f2407_c.h" //引用头部文件
int RECEIVE2[4]={0,0,0,0}; //定义标志寄存器
int *p = &RECEIVE2[0];
//int RECEIVE2 = 0;
void system_init(); //声明在程序中
can.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\lp\2407new\6CAN\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
T