代码搜索结果
找到约 10,000 项符合
CAN Bus 的代码
can._h
#ifndef can_h
#define can_h
#define startadd 0x7F00 //SJA1000的首地址
#define FALSE 0
#define TRUE 1
//#define unsigned char unsigned char
//#define unsigned int uint
#define CanID 0x88
#de
can.h
#ifndef can_h
#define can_h
#define startadd 0x7F00 //SJA1000的首地址
#define FALSE 0
#define TRUE 1
//#define unsigned char unsigned char
//#define unsigned int uint
#define CanID 0x88
#de
can.c
/*****************************************************************************
* can.c: CAN module API file for NXP LPC23xx/24xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconduct
can.h
/*****************************************************************************
* can.h: Header file for NXP LPC230x Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
* All
can.d
.\Obj\can.o: can.c
.\Obj\can.o: C:\Keil\ARM\INC\Philips\LPC23xx.h
.\Obj\can.o: type.h
.\Obj\can.o: irq.h
.\Obj\can.o: can.h
can.h
/////////CAN 消息初始化程序////////////////
//////can.h//////////////////
#include "C8051F040.h"
#include "canreg.h"
typedef unsigned char uchar;
typedef unsigned int uint;
typedef unsigned long ulong
can.h
//////can.h//////////////////
#include "C8051F040.h"
#include "canreg.h"
typedef unsigned char uchar;
typedef unsigned int uint;
typedef unsigned long ulong;
union intchar{
uint tempval;
st
can.h
//////can.h//////////////////
#include "C8051F040.h"
#include "canreg.h"
typedef unsigned char uchar;
typedef unsigned int uint;
typedef unsigned long ulong;
union intchar{
uint tempval;
st