代码搜索:时钟提取
找到约 10,000 项符合「时钟提取」的源代码
代码结果 10,000
www.eeworm.com/read/356531/10225195
asm demo451.asm
;CH451 PIC系列单片机演示程序
;USE PIC16XX
;Web http//www.winchiphead.com
;Author YHW 2003.8
;*************************************************************
;需要主程序定义的参数
CH451_DCLK EQU 1 ;串行数据时钟线,上
www.eeworm.com/read/356197/10235213
c texiandclock.c
#include
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
/* DS12887实时时钟时间地址设置 */
#define second XBYTE [0x6000] /* 秒寄
www.eeworm.com/read/355752/10245210
vhd adcint.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY ADCINT IS
PORT(D : IN STD_LOGIC_VECTOR(7 DOWNTO 0); --来自0809转换好的8位数据
CLK : IN STD_LOGIC; --状态机工作时钟
EOC : IN STD_
www.eeworm.com/read/355743/10245744
s 18b20.s
.module _18b20.c
.area text(rom, con, rel)
.dbfile D:\时钟芯片\1302\1302-162\18b20.c
.dbfunc e delayb _delayb fV
; x -> R16,R17
.even
_delayb::
.dbline -1
.dbline 6
; #include
www.eeworm.com/read/355743/10245760
s main.s
.module main.c
.area text(rom, con, rel)
.dbfile D:\时钟芯片\1302\1302-162\main.c
.dbfunc e port_init _port_init fV
.even
_port_init::
.dbline -1
.dbline 12
; //ICC-AVR application builder
www.eeworm.com/read/426433/10251642
c lc.c
//****************************************************************************************************//
//本设计使用AT89C2051单片机,时钟频率为12MHz,用共阳极LED数码管显示及使用DS18B20智能温度传感器。//
#include "reg51.h"
#include
www.eeworm.com/read/426060/10290937
v clock_gen.v
// Clock_Gen.v
/****************为LCD_Drvier模块产生500Hz的时钟信号**************/
module Clock_Gen(clk_48M,rst,clk_LCD);
input clk_48M,rst; //rst为全局复位信号(高电平有效)
output
www.eeworm.com/read/354700/10332663
h main.h
//main.h
#ifndef __MAIN_INCLUDED
#define __MAIN_INCLUDED
#define T0INTERVAL 100L // 定时器0的中断周期 100us
#ifndef FOSC
#define FOSC 921600L // 在此定义CPU时钟频率
#en
www.eeworm.com/read/425721/10333803
c df_timera.c
/*****************************************************************************\
文件名:df_timera.c
描述:用于MSP430F149。
定时器A定时,产生中断,使主程序退出低功耗模式。
使用TACTL0
工作模式:增计数模式
时钟源:ACLK 32.
www.eeworm.com/read/353926/10404695
c 24c02a.c
//送出去,返回来。点亮灯。
#include
#define uchar unsigned char
sbit sda=P1^1; //i2c总线控制,传输线
sbit scl=P1^0; //时钟线
uchar k;
void delay()
{; ;}