代码搜索结果

找到约 10,000 项符合 CAN Bus 的代码

switch_bus.vhd

-- 库声明 library IEEE; use IEEE.STD_LOGIC_1164.all; -- 实体声明 entity switch_bus is -- 类属参数 generic ( BUS_WIDTH : integer := 8 ); -- 总线宽度 port ( din1 : in std_logic_vector(BUS_WIDTH-1 d

bus_arbiter.v

/********************************************************* MODULE: Sub Level Bus Arbiter Block FILE NAME: bus_arbiter.v VERSION: 1.0 DATE: May 7th, 2002 AUTHOR: Hossein Amidi COMPANY:

mmc_bus.d

mmc_bus.o: mmc_bus.c \ /work/cgf/YL2440/s3c2440_kernel2.4.18_rel/include/linux/config.h \ /work/cgf/YL2440/s3c2440_kernel2.4.18_rel/include/linux/autoconf.h \ /work/cgf/YL2440/s3c2440_kernel2.4.18_

mmc_bus.c

/* * drivers/mmc/mmc_bus.c * * MMC bus protocol interfaces * * Copyright (C) 2001-2003 MIZI Research, Inc. * * Author: Yong-iL Joh * $Id: mmc_bus.c,v 1.2 2004/01/26 08:29:5

bus_suggestion.asp

换乘完整查找 0 then station_1_new=request.Form("s

bus_show.asp

0 then station1=request.QueryString("q") station2=request.QueryString("q1") end if if station1="" or station2="" then c

bus_suggestion.asp

换乘完整查找 0 then station_1_new=request.Form("s

bus_show.asp

0 then station1=request.QueryString("q") station2=request.QueryString("q1") end if if station1="" or station2="" then c

bus_design.txt

总线设计: 总线设计的方法是总线公用,地址线和控制线选片的方式来处理。 采用总线设计的好处是可以直接用指针的方法对对象进行访问,这样就方便软件设计。 bill.zhang