代码搜索结果
找到约 10,000 项符合
CAN Bus 的代码
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
can.h
/***************************************************************************\
Copyright (c) 2004-2009 threewater@up-tech.com, All rights reserved.
by threewter 2004.4.26
\************************
can.c
/****************************************Copyright (c)**************************************************
** 西安傅立叶电子有限公司
** 研 发
can.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="CAN"
ProjectDir="D:\ti28\myprojects\can\"
ProjectType=Executable
CPUFamily=TMS320C2
can.c
/* ------------------------------------------------------------------------
File : can.c
Descr : Functions for serial operation of an 81C91 CAN-controller.
History: 19JAN.00; Henk B&B; Defin
can.h
/* ------------------------------------------------------------------------
File : can.h
Descr : Definitions and declarations for CAN message-to-controller-buffer
mappings, CANopen me
can.c
/*****************************************************************************
*
* Microchip DeviceNet Stack (CAN Driver Source)
*
*************************************************************