代码搜索结果
找到约 10,000 项符合
Timer 的代码
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
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
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
timer.dbgdt
199
27
timer.h
#ifndef __TIMER_H__
#define __TIMER_H__
void Test_Timer(void);
void Test_WDTimer(void);
void Test_TimerInt(void);
#endif /*__TIMER_H__*/
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
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
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