代码搜索结果

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

setup-bus.c

/* * drivers/pci/setup-bus.c * * Extruded from code written by * Dave Rusling (david.rusling@reo.mts.dec.com) * David Mosberger (davidm@cs.arizona.edu) * David Miller (davem@redhat.com

bus_s.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to

bus_s.v

// megafunction wizard: %LPM_BUSTRI% // GENERATION: STANDARD // VERSION: WM1.0 // MODULE: lpm_bustri // ============================================================ // File Name: BUS_S.v // M

bus_s.inc

--Copyright (C) 1991-2006 Altera Corporation --Your use of Altera Corporation's design tools, logic functions --and other software and tools, and its AMPP partner logic --functions, and any outpu

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_driver.lst

C51 COMPILER V7.06 BUS_DRIVER 11/24/2008 09:37:04 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE BUS_DRIVER OBJECT MODULE PLACED

bus_driver.c

/************************************************************************************* 文件类型:利用不同总线读写数据 文件作用: 修改权限: 文件相关: 创 建 人:chenbo 创建日期:2007.06.21 当前版本:Ver0.1 版本信息:Ver0.1

bidir_bus.vhd

LIBRARY IEEE; USE IEEE.STD_LOGIC_1164.ALL; ENTITY bidir_bus IS PORT( a,b : INOUT STD_LOGIC_VECTOR (7 DOWNTO 0); --数据,宽度8位 en : IN STD_LOGIC;