代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.c
#include "def.h"
#include "2410addr.h"
#include "2410slib.h"
#include "2410lib.h"
#include "2410slib.h"
#include "timer.h"
#define EXT_XTAL_FREQ 12000000
#define BIOS_TIMER_FREQ 100
U32 SY
timer.h
#ifndef _TIMER_H
#define _TIMER_H
#define FCLK_260M ((252
timer.asm
;********************TIMER********************
;本程序实现用TMR0实现时钟功能。
;入口参数:无。
;出口参数:时RLT,分SOUH,秒SOU。
;占用资源:W,STATUS,TMR0,PORTD,024H,025H,026H,028H,07FH,17FH,07EH,1重堆栈。
;说明: 1.使用该程序需在中断入口程序中填入如下两条
timer.c
#include "2407e.h"
#include "2407bit.h"
extern unsigned int TimeFlag;
void T3Init(void) //T3 Serve as Clock
{
*EVBIMRA = 0x0080; //Enable T3PINT interrupt
*EVBIFRA = 0xffff; //
timer.c
#include "2407e.h"
#include "2407bit.h"
extern unsigned int TimeFlag;
void T3Init(void) //T3 Serve as Clock
{
*EVBIMRA = 0x0080; //Enable T3PINT interrupt
*EVBIFRA = 0xffff; //
timer.hpp
/* timer.hpp
*
* Copyright (C) 2003 Sawtooth Consulting Ltd.
*
* This file is part of yaSSL.
*
* yaSSL is free software; you can redistribute it and/or modi
timer.cpp
/* timer.cpp
*
* Copyright (C) 2003 Sawtooth Consulting Ltd.
*
* This file is part of yaSSL.
*
* yaSSL is free software; you can redistribute it and/or mod
timer.java
package part1;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.Date;
import javax.swing.*;
public class timer extends JFrame implem