代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.java
// Developed by Kinva Network Inc. 2000
// Source File Name: Timer.java
package com.kinva.util.thread;
// Referenced classes of package com.kinva.util.thread:
// Timeout
timer.h
#ifndef TIMER_H
#define TIMER_H
#include "system.h"
#include "types.h"
#define ENA_GPIO_TIMER_INT 0x6F
#define DIS_GPIO_TIMER_INT 0x10
#define CLEAR_STATUS_BIT 0xBFFFFFFF
#define TIM_E
timer.s
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#include "system.h"
.global InitTimer1
.global Timer1Handler
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
timer.c
typedef unsigned char BYTE;
typedef unsigned long int DWORD;
extern DWORD clock_MS;
//DWORD clock_MS = 0;
/* void timer_interrupt( void )
{
clock_MS++;
}
*/
DWORD clock_ValueRough(
timer.c
#include
#include
#include
int alphanum = 0;
int counter = 0;
void interrupt far handler(void)
{
if (++counter == 273) // 15 seconds
{
alph
timer.vhd
--Copyright (C) 1991-2002 Altera Corporation
--Any megafunction design, and related net list (encrypted or decrypted),
--support information, device programming or simulation file, and any other
--
timer.cpp
/**********************************************************************
*
* Filename: timer.cpp
*
* Description: A software timer class implemented over top of the
* hardwar
timer.h
/**********************************************************************
*
* Filename: timer.h
*
* Description: Header file for the Intel 8018xEB Timer class.
*
* Notes:
*
*
timer.cpp
/**********************************************************************
*
* Filename: timer.cpp
*
* Description: A software timer class implemented over top of the
* hardwar