代码搜索结果
找到约 51,516 项符合
Timer 的代码
timer.c
#include
#include "timer.h"
#include "includes.h"
/*****************************************************************************************************
timer.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\timer.h"
void __irq Timer0Done(void);
void __irq Timer1Done(void);
void __irq Timer2Done(void);
void __
timer.c
/******************************************************************************/
//
// File Name : Timer.c
// Description : S3C2440 Timer and Watch-dog Function Test
// Version : 0.2
//
timer.h
//=============================================================================
// File Name : Timer.h
// Function : S3C2440 Watch-Dog and Timer Test Head File
// Program : Shin, On Pil (SOP)
/
timer.c
//-----------------------------------------------------------------------------
// Net TIMER.C
//
// This module sets up the timer and handles the timer interrupt
//-------------------------------
timer.h
//-----------------------------------------------------------------------------
// TIMER.H
//
//-----------------------------------------------------------------------------
void init_timer2(voi
timer.c
#include "timer.h"
timer.h
#ifndef TIMER_H
#define TIMER_H
#include "main.h"
#define StartTimer0 TR0=1;
#define StartTimer1 TR1=1;
//TIMER COUNTER
#define TIMER_COUNTER 1//10 s measure onces
#endif
timer.cpp
/**********************************************************************
*
* Filename: timer.cpp
*
* Description: A software timer class implemented over top of the
* hardwar
timer.h
/**********************************************************************
*
* Filename: timer.h
*
* Description: Header file for the Intel 8018xEB Timer class.
*
* Notes:
*
*