代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/431105/8709389
asm timer.asm
;*****************************************************
;
; This programme is for study Ver2.0.0 beta
;This programme must be run in 12MHz standard settings
; Timer programmer
;
www.eeworm.com/read/431091/8709572
c timer(8025).c
#include /*reference file*/
#include "Define.h"
#pragma code
/*--------------------------------------------------------------------------*/
/* Send start bit
* Input
www.eeworm.com/read/387023/8711561
vhd timer.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
USE IEEE.STD_LOGIC_UNSIGNED.ALL;
USE IEEE.STD_LOGIC_SIGNED.ALL;
USE IEEE.STD_LOGIC_ARITH.ALL;
ENTITY TIMER IS
PORT( CLK5:IN STD_LOGIC;
CLK
www.eeworm.com/read/430991/8714744
c timer.c
#include
#include
void timer1_init(void)
{
TCCR1B=0X00;//先停止定时器1
TCNT1H=0Xfc;//设定计数器初值65536-1000000/1024= 64559 = 0xfc2f //定时一秒 内 部震荡 1 M 赫兹
TCNT1L=0X2f;
T
www.eeworm.com/read/430991/8714766
o timer.o
www.eeworm.com/read/430979/8715156
c timer.c
/*******************************************************************************
* Copyright 2004-2005 - Software Design Solutions, Inc. All rights reserved.
*
* Portions of this work have been
www.eeworm.com/read/430979/8715168
h timer.h
/*H***************************************************************************
*
* $Archive:: $
* $Revision: 1.1 $
* $Date: 2005/05/1
www.eeworm.com/read/430979/8715170
obj timer.obj
www.eeworm.com/read/430926/8718883
lst timer.lst
C51 COMPILER V8.02 TIMER 09/04/2008 21:21:49 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN t