代码搜索结果
找到约 406,141 项符合
CAN Bus 的代码
can.plg
礦ision3 Build Log
Project:
C:\Keil\ARM\Boards\Embest\FWLib\examples\CAN\uvsion\CAN.uv2
Project File Date: 09/04/2007
Output:
Build target 'CAN
can.tra
*** Creating Trace Output File '..\obj\CAN.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '"..\obj\stm32f10x_vector.o"'
### List of Objects: adding
can.plg
礦ision3 Build Log
Project:
C:\Keil\ARM\Boards\Keil\Examples\CAN\uvsion\CAN.uv2
Project File Date: 09/05/2007
Output:
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
bus.plg
Build Log
--------------------Configuration: bus - Win32 Release--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\new\LOC
bus.h
/* $Id: Bus.h,v 1.3 2000/09/24 12:57:54 pure Exp $ */
#include "Device.h"
class Bus {
Device* root;
public:
Bus();
void attach(Device* device);
byte readb(unsigned addr);
void writeb(unsigned a
bus.cc
/* $Id: Bus.cc,v 1.4 2000/09/24 12:57:54 pure Exp $ */
#include
#include "Bus.h"
Bus::Bus() {
root = 0;
}
void Bus::attach(Device* device)
{
device->next = (Device*) 0;
if (!root) {
can.c
//------------------------------------------------------------
//
// CAN总线通信测试程序
//
// 主控制芯片 : AT89C52,12MHZ晶振
// CAN控制芯片 : SJA1000,16MHZ晶振
//
//-------------------------------------
bus.plg
Build Log
--------------------Configuration: bus - Win32 Debug--------------------
Command Lines
Creating temporary file "D:\DOCUME~1\ADMINI~1.
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