代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/161359/10421865
timer0
www.eeworm.com/read/279501/10432909
js timer.js
// source/credits: "Algorithm": http://www.codingforums.com/showthread.php?s=&threadid=10531
// The constructor should be called with
// the parent object (optional, defaults to window).
function Tim
www.eeworm.com/read/353619/10434959
h timer.h
/*
* Copyright (C) 2005-2007 gulikoza
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Fr
www.eeworm.com/read/353589/10437218
dni timer.dni
[Interrupts]
Enabled=1
[MemoryMap]
Enabled=0
TypeVolition=1
UnspecRange=1
ActionState=1
[DisAssemblyWindow]
NumStates=_ 1
State 1=_ 1
[State Storage]
Control Register=771
[Sequencer]
Cont
www.eeworm.com/read/279294/10447542
h timer.h
#ifndef __TIMER_H__
#define __TIMER_H__
void Test_Timer(void);
void Test_WDTimer(void);
void Test_TimerInt(void);
#endif /*__TIMER_H__*/
www.eeworm.com/read/279294/10447645
c timer.c
#include
#include "..\..\inc\44b.h"
#include "..\..\inc\44blib.h"
#include "..\..\inc\cputest\timer.h"
void __irq Timer0Done(void);
void __irq Timer1Done(void);
void __irq Timer2Don
www.eeworm.com/read/424378/10456186
h~ timer.h~
bit time_Adc_ok=0;
unsigned int time_Adc;
bit time_1s_ok=0;
unsigned int time_count;
interrupt [TIM0_COMP] void time0_comp_isr(void)
{
if(++time_Adc>=250)
{
time_Adc=0;
time
www.eeworm.com/read/424378/10456206
h timer.h
bit time_Adc_ok=0;
unsigned int time_Adc;
bit time_1s_ok=0;
unsigned int time_count;
interrupt [TIM0_COMP] void time0_comp_isr(void)
{
if(++time_Adc>=150)
{
time_Adc=0;
time