代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/428350/8875616
c timer.c
/************************************************************************/
/* PROGRAMER: CHAE, BYOUNG-CHEOL */
/* PROGRAM : TIMER.C
www.eeworm.com/read/428216/8883141
c timer.c
/*****************************************************************************
* timer.c: Timer C file for NXP LPC24xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
*
www.eeworm.com/read/428216/8883164
h timer.h
/*****************************************************************************
* timer.h: Header file for NXP LPC424xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
*
www.eeworm.com/read/187002/8885554
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/428141/8890305
h timer.h
# define MAXTIMER 10
struct TM
{
DWORD Interval;
DWORD LastTimer;
BOOL Enable;
BOOL Used;
void (*Pointer)();
www.eeworm.com/read/284701/8908331
c timer.c
#include "tdp.h"
#include
#define TIMER0_COUNT 0xDC11 /* 10000h-((11059200Hz/(12*FREQ))-17) */
static xdata unsigned timer0_tick;
/* 定时器T0中断服务函数 */
static void timer0_isr (void) i
www.eeworm.com/read/427891/8914650
c timer.c
/*********************************************************************
*
* Filename: timer.c
* Version:
* Description:
* Status: Experimental.
* Author: Dag Brattli
www.eeworm.com/read/427891/8914654
h timer.h
/*********************************************************************
*
* Filename: timer.h
* Version:
* Description:
* Status: Experimental.
* Author: Da
www.eeworm.com/read/186679/8916679
ico timer.ico
www.eeworm.com/read/284556/8919109
h timer.h
// timer.h
// Data structures to emulate a hardware timer.
//
// A hardware timer generates a CPU interrupt every X milliseconds.
// This means it can be used for implementing time-slicing, or for
//