代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.asm
;*****************************************************
;
; This programme is for study Ver2.0.0 beta
;This programme must be run in 12MHz standard settings
; Timer programmer
;
timer(8025).c
#include /*reference file*/
#include "Define.h"
#pragma code
/*--------------------------------------------------------------------------*/
/* Send start bit
* Input
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
timer.c
#include
#include
void timer1_init(void)
{
TCCR1B=0X00;//先停止定时器1
TCNT1H=0Xfc;//设定计数器初值65536-1000000/1024= 64559 = 0xfc2f //定时一秒 内 部震荡 1 M 赫兹
TCNT1L=0X2f;
T
timer.c
/*******************************************************************************
* Copyright 2004-2005 - Software Design Solutions, Inc. All rights reserved.
*
* Portions of this work have been
timer.h
/*H***************************************************************************
*
* $Archive:: $
* $Revision: 1.1 $
* $Date: 2005/05/1
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
timer.lnp
"STARTUP.obj",
"timer.obj"
TO "timer"