代码搜索结果
找到约 406,141 项符合
CAN Bus 的代码
chipspiresource.nc
/**
* Interface for the SPI resource for an entire chip. The chip accesses
* the platform SPI resource one time, but can have multiple clients
* using the SPI bus on top. When all of the cl
can.def
LIBRARY can
EXPORTS
CAN_Init
CAN_Deinit
CAN_Open
CAN_Close
CAN_Read
CAN_Write
CAN_IOControl
CAN_PowerUp
CAN_PowerDown
can.map
CAN
Timestamp is 456d663e (Wed Nov 29 18:51:42 2006)
Preferred load address is 10000000
Start Length Name Class
0001:00000000 0000001cH .rdata
can.c
/*----------------------------------------------------------------------------
| File:
| can.c
|
| Project:
|
| Description:
| Mini CAN driver for C16x
|
|--------------------------------
can.h
/* CAN.H */
#define ulong unsigned long
#define uword unsigned int
#define ubyte unsigned char
//****************************************************************************
// Definition of
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
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