代码搜索:Control

找到约 10,000 项符合「Control」的源代码

代码结果 10,000
www.eeworm.com/read/418844/2082724

xcf data_control.xcf

NET "clk" TNM_NET = "clk"; TIMESPEC "TS_clk" = PERIOD "clk" 2.50 ns HIGH 50 %;
www.eeworm.com/read/418844/2082729

ucf data_control.ucf

NET "clk" TNM_NET = "clk"; TIMESPEC TS_clk = PERIOD "clk" 2.5 ns;
www.eeworm.com/read/418844/2082730

v data_control.v

module data_control (input clk, input reset, input [3:0] pn_lock_rd_clk, input [7:0] rd_data_cha, input [7:0] rd_data_chb, input [7:0] rd_data_chc,
www.eeworm.com/read/418844/2082734

xcf data_control.xcf

NET "clk" TNM_NET = "clk"; TIMESPEC "TS_clk" = PERIOD "clk" 2.50 ns HIGH 50 %;
www.eeworm.com/read/418844/2082737

ucf data_control.ucf

NET "clk" TNM_NET = "clk"; TIMESPEC TS_clk = PERIOD "clk" 2.5 ns;
www.eeworm.com/read/418844/2082739

vhd data_control.vhd

library ieee; use ieee.std_logic_1164.all; entity data_control is port ( clk : in std_logic; reset : in std_logic; rd_data_cha : in st
www.eeworm.com/read/418844/2082761

v data_control.v

module data_control (input clk, input reset, input [3:0] pn_lock_rd_clk, input [7:0] rd_data_cha, input [7:0] rd_data_chb, input [7:0] rd_data_chc,
www.eeworm.com/read/418844/2082783

vhd data_control.vhd

library ieee; use ieee.std_logic_1164.all; entity data_control is port ( clk : in std_logic; reset : in std_logic; rd_data_cha : in st
www.eeworm.com/read/417637/2100829

h mc_control.h

/** * @file mc_control.h * * Copyright (c) 2005 Atmel. * * @brief This module provide services to define config for AT90PWM3 Only * This file need to be include in all files using speed regulati
www.eeworm.com/read/417637/2100839

c mc_control.c

/** * @file mc_control.c * * Copyright (c) 2005 Atmel. * * @brief This module provides PID regulation routines * Type of control : PID means proportionnal, integral and derivative. * 4 kinds of