代码搜索:CAN Bus
找到约 10,000 项符合「CAN Bus」的源代码
代码结果 10,000
www.eeworm.com/read/341885/12056471
c can.c
/**
* @file $RCSfile: can.c,v $
*
* Copyright (c) 2004 Atmel.
*
* Please read file license.txt for copyright notice.
*
* @brief This file is an example to use can networking with id and
www.eeworm.com/read/341885/12056473
opt 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 {
www.eeworm.com/read/341885/12056479
hex can.hex
:10003E0043AB01E4F510E510C454F0F5B1E4F5B3AB
:10004E00F5B2F5BCF5BDF5BEF5BFF5C4F5C5F5C603
:10005E00F5C7F511E4F5A30511E511B408F6051081
:10006E00E510B40FD175B40A53B59F53B5F143B52E
:10007E000253B68F43B
www.eeworm.com/read/341752/12067573
_h can._h
#ifndef __CAN__H
#define __CAN__H
#include "stdtypes.h"
#include
#define PeliCANMode
#define ADDR_CAN_START 0x4000
#define can_reg ((UNS8 *) (ADDR_CAN_START))
/*模式
www.eeworm.com/read/152711/12090816
h can.h
#ifndef __CAN_H__
#define __CAN_H__
#include "../inc/def.h"
typedef enum{
BandRate_125kbps,
BandRate_250kbps,
BandRate_500kbps,
BandRate_1Mbps
}CanBandRate;
typedef struct {
unsig
www.eeworm.com/read/152711/12090857
h can.h
/***************************************************************************\
Copyright (c) 2004-2009 threewater@up-tech.com, All rights reserved.
by threewter 2004.4.26
\************************
www.eeworm.com/read/340916/12123939
h can.h
// Can.h for Ex9_10
#pragma once
#include "Container.h" // For CContainer definition
extern const double PI; // PI is defined elsewhere
class CCan: public CContain
www.eeworm.com/read/340916/12124002
h can.h
// Can.h for Ex9_12
#pragma once
#include "Container.h" // For CContainer definition
extern const double PI;
class CCan: public CContainer
{
public:
// Destructor
~
www.eeworm.com/read/340916/12124032
h can.h
// Can.h for Ex9_11
#pragma once
#include "Container.h" // For CContainer definition
extern const double PI; // PI is defined elsewhere
class CCan: public CContain