代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/113758/15448955
java 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
www.eeworm.com/read/113714/15450336
h 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
www.eeworm.com/read/113714/15450337
s timer.s
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
#include "system.h"
.global InitTimer1
.global Timer1Handler
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
www.eeworm.com/read/113652/15452013
c 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(
www.eeworm.com/read/113242/15466719
c timer.c
#include
#include
#include
int alphanum = 0;
int counter = 0;
void interrupt far handler(void)
{
if (++counter == 273) // 15 seconds
{
alph
www.eeworm.com/read/112818/15476094
vhd 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
--
www.eeworm.com/read/112793/15476755
cpp timer.cpp
/**********************************************************************
*
* Filename: timer.cpp
*
* Description: A software timer class implemented over top of the
* hardwar
www.eeworm.com/read/112793/15476759
obj timer.obj
www.eeworm.com/read/112793/15476762
h timer.h
/**********************************************************************
*
* Filename: timer.h
*
* Description: Header file for the Intel 8018xEB Timer class.
*
* Notes:
*
*
www.eeworm.com/read/112793/15476767
cpp timer.cpp
/**********************************************************************
*
* Filename: timer.cpp
*
* Description: A software timer class implemented over top of the
* hardwar