代码搜索结果

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

bus.rc2

// // BUS.RC2 - resources Microsoft Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED ///////

idx_bus.m

function [PQ, PV, REF, NONE, BUS_I, BUS_TYPE, PD, QD, GS, BS, BUS_AREA, VM, ... VA, BASE_KV, ZONE, VMAX, VMIN, LAM_P, LAM_Q, MU_VMAX, MU_VMIN] = idx_bus %IDX_BUS Defines variables for column indi

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

ss_bus.inf

;***************************************************************************** ; ; ss_bus.inf -- Install the Samsung Mobile USB Device 1.0 drivers ; ; Copyright (c) 1997-2004 by MCCI ; ; MCCI

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;