代码搜索结果
找到约 406,141 项符合
CAN Bus 的代码
hms30c7202_can.h
/* hms30c7202_can.h
* Header file for the Linux CAN-bus driver.
* Written by Sebastian Stolzenberg email:stolzi@sebastian-stolzenberg.de
* Version 1.0 04 Feb 2003
*/
#ifndef __HMS30C7202_C
c_can.c
/**
* c_can.c
* Linux CAN-bus device driver.
*
* This file holds the methods which access the C_CAN module.
*
* Written by Sebastian Stolzenberg email:stolzi@sebastian-stolzenberg.de
* Version
main.c
#include "config.h"
#include "\CAN Bus\IncludeCan.H"
INT32U statue;
INT32U PointTemp;
int main()
{
InitCAN (CAN1);
InitCAN (CAN2);
ConfigAFReg ();
while (1)
{
if ((CANRcvCyBu
main.c
#include "config.h"
#include "\CAN Bus\IncludeCan.H"
INT32U statue;
int main()
{
InitCAN (CAN1);
//InitCAN (CAN2);
ConfigAFReg ();
CANRcvCyBufApp[CAN1].RcvBuf[0].CANRcvFS.Bits.DLC =
sja1000_def.h
/*********************************************************************
THE CAN BUS CONTROLER SJA1000+MC82C250 DRIVER LIB
COPYRIGHT (c) 2008 BY LRL
main.c
#include "config.h"
#include "\CAN Bus\IncludeCan.H"
int i;
INT32U statue;
int main()
{
InitCAN (CAN1);
//InitCAN (CAN2);
ConfigAFReg ();
CANRcvCyBufApp[CAN1].RcvBuf[0].CANRcvF
makefile
# Makefile for the Linux CAN-bus driver.
# Written by Arnaud Westenberg email:arnaud@wanadoo.nl
# This software is released under the GPL-License.
# Version 0.7 6 Aug 2001
########## The following o
readme
README for the linux CAN-bus driver.
Written by Arnaud Westenberg email:arnaud@wanadoo.nl
This software is released under the GPL-License.
Version 0.7 6 Aug 2001
COMPILATION
Just type 'make' at the