代码搜索结果

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

clock_if_entarch.vhd

------------------------------------------------------------------------ -- -- Copyright (C) 1998-1999, Annapolis Micro Systems, Inc. -- All Rights Reserved. -- --------------------------------

clock_pll.c

#include "2440addr.h" #include "Clock_PLL.h" //#define S3C2440 1 //It's S3C2440 #define S3C2440 0 //It's S3C2410 unsigned int FIN = 12000000; //12MHz unsigned int FCLK,cpu_freq; unsigned i

clock_pll.h

void ChangeMPllValue(int mdiv,int pdiv,int sdiv); void ChangeUPllValue(int mdiv,int pdiv,int sdiv); void Get_cpu_bus_clk(void);

clock.rc2

// // CLOCK.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 /////

clock1.pin

-- Copyright (C) 1988-2002 Altera Corporation -- Any megafunction design, and related net list (encrypted or decrypted), -- support information, device programming or simulation file, and any other

fm_clock.m

function fm_clock(varargin) % FM_CLOCK create a clock % %Author: Federico Milano %Date: 11-Nov-2002 %Update: 10-Feb-2003 %Version: 1.0.2 % %E-mail: Federico.Milano@uclm.es %Web-site:

clock2.java

import java.util.*; import java.awt.*; import java.applet.*; import java.text.*; import java.awt.event.*; public class Clock2 extends Applet implements Runnable { Thread timer;