代码搜索结果

找到约 10,000 项符合 Remote Control 的代码

embed.mt

# Target: ARM embedded system TDEPFILES= arm-tdep.o remote-rdp.o remote-rdi.o TDEPLIBS= rdi-share/libangsd.a TM_FILE= tm-embed.h SIM_OBS = remote-sim.o SIM = ../sim/arm/libsim.a

makefile.am

# # Copyright (c) 2004 by FORCE Computers # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITN

embed.mt

# Target: ARM embedded system TDEPFILES= arm-tdep.o remote-rdp.o remote-rdi.o TDEPLIBS= rdi-share/libangsd.a TM_FILE= tm-embed.h SIM_OBS = remote-sim.o SIM = ../sim/arm/libsim.a

idwt97_control.v

//`timescale 1ns/10ps module IDWT97_Control( Clk, Reset, Delay_Mode, Sel ); input Clk; input Reset; input Delay_Mode; output [4:0] Sel; reg [4:0] Sel; reg [3:0] CurrentState; reg [3:0] NextS

fdwt97_control.v

//`timescale 1ns/10ps module FDWT97_Control( Clk, Reset, Delay_Mode, Sel ); input Clk; input Reset; input Delay_Mode; output [4:0] Sel; reg [3:0] CurrentState; reg [3:0] NextState; reg A0

picoblaze_dac_control.vhd

-- -- KCPSM3 reference design - PicoBlaze driving the four channel D/A converter -- type LTC2624 from Linear Technology. -- -- Design provided and tested on the Spartan-3E Starter Kit (Revision C