代码搜索:ctrl

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

代码结果 10,000
www.eeworm.com/read/310353/13653193

c ctrl_set.c

#include "inc\44b0x.h" #include "DataType.h" #define EXT_OSC_CLK 10000000 unsigned int MCLK = 20000000; void ChangePllValue(int mdiv, int pdiv, int sdiv) { int i = 1; rPLLCON = (md
www.eeworm.com/read/309833/13663868

vhd ata_ctrl.vhd

---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 15:28:21 07/23/2007 -- Design Name: -- Module Name: ATA_
www.eeworm.com/read/309123/13681731

c pwc-ctrl.c

/* Driver for Philips webcam Functions that send various control messages to the webcam, including video modes. (C) 1999-2002 Nemosoft Unv. (webcam@smcc.demon.nl) This program is free sof
www.eeworm.com/read/307658/13717935

v fre_ctrl.v

module fre_ctrl(clk,rst,count_en,count_clr,load); output count_en,count_clr,load; input clk,rst; reg count_en,load; always @(posedge clk) begin if(rst) begin count_en=0; load=1; end
www.eeworm.com/read/306749/13738866

v fre_ctrl.v

module fre_ctrl(clk,rst,count_en,count_clr,load); output count_en,count_clr,load; input clk,rst; reg count_en,load; always @(posedge clk) begin if(rst) begin count_en=0; load=1; end
www.eeworm.com/read/302967/13824243

m han_ctrl.m

function [sys,x0,str,ts]=han_ctrl(t,x,u,flag,aa,bet1,b,d) switch flag, case 0 [sys,x0,str,ts] = mdlInitializeSizes(t,u,x); % 初始化 case 3 sys = mdlOutputs(t,x,u,aa,bet1,b,d); % 输出量的计算 case {
www.eeworm.com/read/302787/13827440

v ctrl_reg.v

// register desciption: //reg[0]:clk_div_1; //FPGA 25mHZ 2分频; //reg[1]:clk_div2; //CLK_MOD 4MHZ,六分频; //reg[2]:REF_MEM_CTR, //reference memmory control reg; //|15---|14---|13---|12---|11---|10---|
www.eeworm.com/read/302514/13833510

v fre_ctrl.v

module fre_ctrl(clk,rst,count_en,count_clr,load); output count_en,count_clr,load; input clk,rst; reg count_en,load; always @(posedge clk) begin if(rst) begin count_en=0; load=1; end
www.eeworm.com/read/301875/13847393

cpp usbdisk_ctrl.cpp

/* ********************************************************************************************************* * UsbDisk_Ctrl.cpp * * * File : UsbDisk_Ctrl.cpp * By : Michael Wei ******
www.eeworm.com/read/152843/5661984

c shpchp_ctrl.c

/* * Standard Hot Plug Controller Driver * * Copyright (C) 1995,2001 Compaq Computer Corporation * Copyright (C) 2001 Greg Kroah-Hartman (greg@kroah.com) * Copyright (C) 2001 IBM Corp. * Copyrig