代码搜索结果
找到约 10,000 项符合
CAN Bus 的代码
gateway.c
#include "peripherals.h"
#include "xgate_vectors.h"
#include "gateway_data_dims.h"
#include "gateway.h"
#include "gateway_vector_pointers.h"
#pragma MESSAGE DISABLE C5905
/* sets-up interrup
can.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="CAN"
ProjectDir="E:\MYDSP\DSK2812\C\can\"
ProjectType=Executable
CPUFamily=TMS320C2
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
#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.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