代码搜索结果
找到约 406,141 项符合
CAN Bus 的代码
can-rx.lnp
"main.obj",
"CAN_TX.obj",
"Startup.obj"
TO "CAN-RX"
CASE
CLASSES (DATA (0x40000000-0x40003FFF),
CODE (0x0-0x3FFFF), CONST (0x0-0x3FFFF))
can-tx.lnp
"Startup.obj",
"main.obj"
TO "CAN-TX"
CASE
CLASSES (DATA (0x40000000-0x40003FFF),
CODE (0x0-0x3FFFF), CONST (0x0-0x3FFFF))
can-tx.plg
礦ision3 Build Log
Project:
C:\Work\ARM\Philips Course Image\Keil ARM Compiler examples\EX23-CANTX\CAN-TX.uv2
Project File Date: 06/09/2004
Output:
bus.c
/*
* arch/sh/kernel/cpu/bus.c
*
* Virtual bus for SuperH.
*
* Copyright (C) 2004 Paul Mundt
*
* Shamelessly cloned from arch/arm/mach-omap/bus.c, which was written
* by:
*
* Copyright (C)
bus.c
/*
* linux/arch/arm/mach-omap/bus.c
*
* Virtual bus for OMAP. Allows better power management, such as managing
* shared clocks, and mapping of bus addresses to Local Bus addresses.
*
* See drive
vfc_i2c.c
/*
* drivers/sbus/char/vfc_i2c.c
*
* Driver for the Videopix Frame Grabber.
*
* Functions that support the Phillips i2c(I squared C) bus on the vfc
* Documentation for the Phillips I2C bus can
bus.h
/*
* linux/include/asm-arm/arch-omap/bus.h
*
* Virtual bus for OMAP. Allows better power management, such as managing
* shared clocks, and mapping of bus addresses to Local Bus addresses.
*
* Se
can.h
/******************** (C) COPYRIGHT 2006 STMicroelectronics ********************
* File Name : can.h
* Author : MCD Application Team
* Date First Issued : 03/31/2006 : Beta V
can.c
/******************** (C) COPYRIGHT 2006 STMicroelectronics ********************
* File Name : can.c
* Author : MCD Application Team
* Date First Issued : 03/31/2006 : Beta V
bus.py
from m5 import *
from BaseHier import BaseHier
class Bus(BaseHier):
type = 'Bus'
clock = Param.Clock("bus frequency")
width = Param.Int("bus width in bytes")