代码搜索:ctrl

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

代码结果 10,000
www.eeworm.com/read/166749/10002157

h ctrl_set.h

#ifndef __CTRL_SET_H #define __CTRL_SET_H #include "DataType.h" void ChangePllValue(int, int, int); void PortInit(void); void RtcSetDay(TIME_STRUC *time); void RtcSetWeek(TIME_STRUC *time)
www.eeworm.com/read/166749/10002262

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/166749/10002300

o ctrl_set.o

www.eeworm.com/read/362310/10006041

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/361615/10043749

c upll_ctrl.c

/***************************************************************************** * Copyright Statement: * -------------------- * This software is protected by Copyright and the information contain
www.eeworm.com/read/164189/10123332

c visit-ctrl.c

# include static char sccsid[] = "@(#)visit-ctrl.c 1.1 10/6/94"; main(np,p) int np; char *p[]; { int n_procs,n_nodes,start,stop; int i,j,k; FILE *t_file; if (np != 2) exit(1); t
www.eeworm.com/read/359721/10128242

h src_ctrl.h

#ifndef __SRC_CTRL_h #define __SRC_CTRL_h /************************************ Input Source ************************************/ ////////////////Video Signal Setup///////////////
www.eeworm.com/read/163880/10141431

inc crt_ctrl.inc

www.eeworm.com/read/163380/10163249

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/163380/10163273

o ctrl_set.o