代码搜索:timer

找到约 10,000 项符合「timer」的源代码

代码结果 10,000
www.eeworm.com/read/417751/10976594

h timer.h

//-------------------------------------------------- // Desc: timer operation // Date: 2006.8.30 /update // Author: artsylee // // Copyright (C) 2006 artsylee // // Add CHTimer(2007.2.21)
www.eeworm.com/read/417751/10976619

cpp timer.cpp

//-------------------------------------------------- // Desc: Timer // Author: artsylee/2006.8.30 //-------------------------------------------------- #include "../stdafx.h" #include "Timer.h"
www.eeworm.com/read/271877/10977204

h timer.h

# define MAXTIMER 10 struct TM { DWORD Interval; DWORD LastTimer; BOOL Enable; BOOL Used; void (*Pointer)();
www.eeworm.com/read/271787/10980601

c timer.c

#include #include "global.h" void timer0_init(void) { TCCR0 = 0x00; //stop ASSR = 0x00; //set async mode OCR0 = 0x20; TCNT0 = 0x64; //setup,10ms TCCR0 = 0x07; //start,
www.eeworm.com/read/271787/10980603

h timer.h

extern void timer0_init(void);
www.eeworm.com/read/271765/10981171

c timer.c

/* * The working version of this file can be found * at the PlayStation(r)2 Developer Network website * under the libtomcrypt project. */ #error Please download the implemented version of this fi
www.eeworm.com/read/271765/10981173

h timer.h

#ifndef __TIMER_H__ #define __TIMER_H__ /**************************************************************************** * * Copyright (c) 2000, Sony Computer Entertainment of America Inc. * All righ
www.eeworm.com/read/271657/10985302

gif timer.gif

www.eeworm.com/read/417462/10989166

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/271457/10993565

asm timer.asm

ORG 0000H LJMP START ORG 000BH LJMP TIMER0 ORG 0100H KEY_TAB:DB 0AH,09H,06H,05H ;矩阵键盘键值表,表中分别对应K1,K2,K3,K4的键值 ; READ READ WRITE WRITE ; P2.1 P2.0 P1.1 P1.0 ;K1 1 0 1 0 0AH ;K2 1 0 0 1