代码搜索:时钟提取

找到约 10,000 项符合「时钟提取」的源代码

代码结果 10,000
www.eeworm.com/read/266943/11200826

c uart0main.c

#include "chip.h" #include "hd.h" #include "uart0.h" void main(void) { WDTCTL=WDTPW+WDTHOLD; //关闭看门狗 InitClock(); //初始化系统时钟,MCLK=SMCLK=8MHz InitUart0(); //初始化Tim
www.eeworm.com/read/412187/11211346

vhd ctl_1.vhd

Library ieee; Use ieee.std_logic_1164.all; Entity ctl_1 is Port( wr :in std_logic; -- 作时钟使用 A :in std_logic_vector(15 downto 0); -- 16位地址线 D :in std_logic_vector(7 downto 0); --
www.eeworm.com/read/336141/12474947

vhd ctl_1.vhd

Library ieee; Use ieee.std_logic_1164.all; Entity ctl_1 is Port( wr :in std_logic; -- 作时钟使用 A :in std_logic_vector(15 downto 0); -- 16位地址线 D :in std_logic_vector(7 downto 0); --
www.eeworm.com/read/334623/12584473

c main.c

#include "bf5xx.h" #include "types.h" void main(void) { Set_PLL(22,5); Init_EBIU(); PS_Clk_In(); //PS键盘时钟输入允许 PS2_KEYDAT_DIR(); //PS键盘数据输入允许 Init_Platf
www.eeworm.com/read/238363/13891734

c ration.c

//#define keildebug //#define debug #include #include #include "ration.h" #include #include #include "iap_lite.h" /*系统时钟采用 Fosc=7.373 定时器方式1的定时时
www.eeworm.com/read/135649/13913563

asm jml023.asm

;数字时钟程序 ;Sept.20,1994 ;****************** 宏定义块 ****************** ;输入一个字符 结果在 AL中 getchar macro mov ah,01h int 21h endm ;------------------------------ ;显示一个字符
www.eeworm.com/read/237360/13966710

c df_timera.c

/*****************************************************************************\ 文件名:df_timera.c 描述:用于MSP430F149。 定时器A定时,产生中断,使主程序退出低功耗模式。 使用TACTL0 工作模式:增计数模式 时钟源:ACLK 32.
www.eeworm.com/read/236530/14012488

c disp.c

#include #define uchar unsigned char #define uint unsigned int sbit clk_595=P1^2; //595第12脚锁存时钟 sbit data_595=P1^0; //595第14脚移位输入 sbit
www.eeworm.com/read/203641/15354076

h main.h

#ifndef _MAIN_H #define _MAIN_H #include //系统时钟设置 #define OSC_FREQ (12000000UL) #define OSC_PER_INST (12) //系统数据类型 typedef unsigned char tByte; typedef unsigned int tWord;
www.eeworm.com/read/202264/15387465

v clockout.v

//ClockOut.v 时钟变换模块 2006-8-28 version:1.5 作者:田世坤 //输入: // // //输出: module ClockOut(ClkIn10mhz, Reset, ClkOut1, ClkOut2, ClkOut3); input ClkIn10mhz; input Reset; output ClkOu