代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.lst
C51 COMPILER V8.08 TIMER 06/20/2007 16:16:06 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN t
timer.c
#include
#include "type.h"
#include "config.h"
void timer0(void) interrupt 1 using 2
{
EA = 0;
//TF = 0; //已经有硬件清0
P3_4 = ~P3_4; //P3_4引脚电平反转,产生500KMHz频率方波,
timer.c
#include "F2407REGS_c.h"
void Timer1_Initializing()
{
EVAIMRA=EVAIMRA|0x0080; // 仅允许定时器1的周期中断
/* 0000,0000,1000,0000 =0x0080
0000 0~~~ ~~~~ ~~~~ [reserved]
~~~~ ~0~~ ~~~~ ~~~~ [T1OFINT EN
timer.h
#ifndef _TIMER_H_
#define _TIMER_H_
#define UNIVERSAL_TIMER 0
#define PPCANCFG_TIMER 1 /* 1 Timer fuer UCIO_PPC.C */
#define STATE_TIMER1 2 /* fuer div. Zustaende */
#define
timer.java
/*
* WebSPHINX web crawling toolkit
* Copyright (C) 1998,1999 Carnegie Mellon University
*
* This library is free software; you can redistribute it
* and/or modify it under the terms of the GNU
timer.c
//=============================================================================
// File Name : Timer.c
// Function : S3C2410 Watch-Dog and Timer
// Program : Shin, On Pil (SOP)
// Date : M