代码搜索结果
找到约 406,141 项符合
CAN Bus 的代码
can.c
/*****************************************************************************
* can.c: CAN module API file for NXP LPC23xx/24xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconduct
can.h
/*****************************************************************************
* can.h: Header file for NXP LPC230x Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
* All
can.mp1
F2MC-16 Family SOFTUNE Linker Control List 2007-03-31 17:42:56 Page: 1
Option File(s)
C:\Softune\MB90340\CAN\Debug\OPT\CAN.opl
Contro
can.opb
-dt s,d,r,a
-pl 60
-pw 132
-g
-cwno
-cpu MB90F347A
"C:\Softune\MB90340\CAN\Debug\ABS\CAN.abs"
-a "C:\Softune\MB90340\CAN\Debug\OBJ\start904m.obj"
-a "C:\Softune\MB90340\CAN\Debug\OBJ\Can_16.ob
can.opv
-cwno
-o "C:\Softune\MB90340\CAN\Debug\ABS\CAN.mhx"
"C:\Softune\MB90340\CAN\Debug\ABS\CAN.abs"
can.opl
-g
-AL 2
-ro _INROM01=0xFE0000/0xFFFFFF
-ra _INRAM01=0x000100/0x0018FF
-check_rora
-check_locate
-rg 0
-m "C:\Softune\MB90340\CAN\Debug\LST\CAN.mp1"
-pl 60
-pw 132
-alin "C:\Softune\MB90340\
ambapp.h
/* Interface for accessing Gaisler AMBA Plug&Play Bus.
* The AHB bus can be interfaced with a simpler bus -
* the APB bus, also freely available in GRLIB at
* www.gaisler.com.
*
* (C) Copyright 2
can.h
#ifndef __CAN_H__
#define __CAN_H__
#include "includes.h"
#include "../inc/macro.h"
//CAN poll 函数的返回值
#define CANPOLL_Rev 1 //接收到数据
#define CANPOLL_SendEnd 2 //发送完毕
typedef enum{
Band
can.h
#ifndef __CAN_H__
#define __CAN_H__
#include "includes.h"
#include "../inc/macro.h"
//CAN poll 函数的返回值
#define CANPOLL_Rev 1 //接收到数据
#define CANPOLL_SendEnd 2 //发送完毕
typedef enum{
Band