代码搜索结果

找到约 10,000 项符合 CAN Bus 的代码

can.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {

can.h

/***************************************************************************** * can.h: Header file for NXP LPC230x Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor * All

can.c

// CAN操作程序 // 总线频率:8M // 作者:文洪奎 // 日期:2005-7-20 // CAN总线频率:125kHz #include "MC68HC908GZ32.h" #include "CAN.h" #include "main.h" #include "sci.h" // CMCR char bCANState; volatile CAN

can.h

#ifndef _CAN_H_ #define _CAN_H_ typedef unsigned char byte; typedef unsigned int word; typedef unsigned long dword; typedef unsigned long dlong[2]; typedef union { byte Byte; struct

can.c

//***************************************************************************** // // can.c - Driver for the CAN module. // // Copyright (c) 2006-2007 Luminary Micro, Inc. All rights reserved. /

can.h

//***************************************************************************** // // can.h - Defines and Macros for the CAN controller. // // Copyright (c) 2006-2007 Luminary Micro, Inc. All rig

can.c

/* can.c - IIR filtering in canonical form */ double can(M, a, L, b, w, x) /* usage: y = can(M, a, L, b, w, x); */ double *a, *b, *w, x; /* \(w\) = internal state vec

can.h

#define BYTE unsigned char /*-----------验收码寄存器-----------*/ /*bank1共4字节32位验收码和32位屏蔽码*/ #define ACR10 32 #define ACR11 33 #define ACR12 34 #define ACR13 35 /*bank2*/ #define ACR20 40 #defi

can.d

..\OutPut\can.o: can.c ..\OutPut\can.o: ..\Common\inc\LPC23xx.h ..\OutPut\can.o: ..\Common\inc\type.h ..\OutPut\can.o: ..\Common\inc\irq.h ..\OutPut\can.o: can.h