代码搜索:时钟提取
找到约 10,000 项符合「时钟提取」的源代码
代码结果 10,000
www.eeworm.com/read/250338/12413158
txt eeprom_wr.txt
`timescale 1ns/1ns
module EEPROM_WR(SDA,SCL,ACK,RESET,CLK,WR,RD,ADDR,DATA);
output SCL; //串行时钟线
output ACK; //读写一个周期的应答信号
input RESET; //复位信号
input CLK; //
www.eeworm.com/read/233784/14136481
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/233784/14136508
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/229518/14333314
asm ch451.asm
DCLK BIT P1.1 ;串行数据时钟,上升沿激活
DIN BIT P1.2 ;串行数据输出,接CH451的数据输入
LOAD BIT P1.3 ;串行命令加载,上升沿激活
ORG 0000H
www.eeworm.com/read/229457/14337445
c df_timera.c
/*****************************************************************************\
文件名:df_timera.c
描述:用于MSP430F149。
定时器A定时,产生中断,使主程序退出低功耗模式。
使用TACTL0
工作模式:增计数模式
时钟源:ACLK 32.
www.eeworm.com/read/227276/14433782
h fm31xx.h
/*********定义铁电时钟有关地址*******************/
#define FM_MEMORY_WR 0xA0
#define FM_MEMORY_RD 0xA1
#define FM_SERIALNUM 0X11
#define FM_COUNTER2M 0X10
#defin
www.eeworm.com/read/226928/14446853
txt ds1302.txt
SIMULATION LOG
==============
Design: F:\单片机C语言\8051单片机\DS1302时钟\DS1302.DSN
Doc. no.:
Revision:
Author:
Created: 05/09/19
Modified: 06/01/19
Compiling source files.
www.eeworm.com/read/125909/14455846
asm demo451.asm
;CH451 PIC系列单片机演示程序
;USE PIC16XX
;Web http//www.winchiphead.com
;Author YHW 2003.8
;*************************************************************
;需要主程序定义的参数
CH451_DCLK EQU 1 ;串行数据时钟线,上
www.eeworm.com/read/221894/14715539
cpp 5_3.cpp
#include
class Clock //时钟类定义
{
public: //外部接口
Clock();
void SetTime(int NewH, int NewM, int NewS); //三个形参均具有函数原形作用域
void ShowTime();
~Clock(){}
private: //私有数据成员
int Hour,M
www.eeworm.com/read/216490/15005631
c icrdwr.c
#include "ICRdWr.h"
/* 延时t毫秒 */
void delay(uint t)
{
uint i;
while(t--)
{
/* 对于11.0592M时钟,约延时1ms */
for (i=0;i