代码搜索:CAN Bus
找到约 10,000 项符合「CAN Bus」的源代码
代码结果 10,000
www.eeworm.com/read/301478/13858652
pjt 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
www.eeworm.com/read/301478/13858656
paf can.paf
www.eeworm.com/read/301478/13858666
wks can.wks
www.eeworm.com/read/238529/13878309
c can.c
/****************************************Copyright (c)**************************************************
**
** 山西华控伟业
**
www.eeworm.com/read/238517/13878998
c can.c
#include "stdio.h"
#include "string.h"
#include "intrins.h"
//#include "AT89X51.H"
#include "reg52.h"
//定义SJA1000的基址
#define SJA_BaseAdr 0X7F00
// 控制寄存器
#define REG_MODE
www.eeworm.com/read/152843/5663405
c can.c
/******************************************************************************
*
* (C)Copyright 1998,1999 SysKonnect,
* a business unit of Schneider & Koch & Co. Datensysteme GmbH.
*
* See the f
www.eeworm.com/read/147766/5725444
c can.c
/******************************************************************************
*
* (C)Copyright 1998,1999 SysKonnect,
* a business unit of Schneider & Koch & Co. Datensysteme GmbH.
*
* See the f
www.eeworm.com/read/141578/5769644
h can.h
#ifndef CAN_H
#define CAN_H
/*******************************************************************************
*
* Motorola Inc.
* (c) Copyright 2000 Motorola, Inc.
* ALL RIGHTS RESERVED.
*
****
www.eeworm.com/read/140841/5779782
in can_oc.in
bool 'Enable CAN interface ' CONFIG_CAN_ENABLE
if [ "$CONFIG_CAN_ENABLE" = "y" ]; then
hex 'CAN I/O area start address (haddr[19:8]) ' CONFIG_CANIO C00
int 'Interru
www.eeworm.com/read/138894/5812656
c can.c
#define BASE_IO 0x7f00
#define BASE_CAN 0x7700
#define CON_REG (unsigned char xdata*)(BASE_CAN)
#define CMD_REG (unsigned char xdata*)(BASE_CAN+1)
#define STS_REG (unsigned char xdata*)(BA