代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.d
.\Obj\timer.o: ..\Common\src\timer.c
.\Obj\timer.o: ..\Common\inc\LPC23xx.h
.\Obj\timer.o: ..\Common\inc\type.h
.\Obj\timer.o: ..\Common\inc\irq.h
.\Obj\timer.o: ..\Common\inc\target.h
.\Obj\time
timer.c
#include "def.h"
#include "2410addr.h"
#include "2410slib.h"
#include "2410lib.h"
#include "2410slib.h"
#include "timer.h"
#define EXT_XTAL_FREQ 12000000
#define BIOS_TIMER_FREQ 100
U32 SY
timer.h
#ifndef _TIMER_H
#define _TIMER_H
#define FCLK_260M ((252
timer.c
//=============================================================================
// File Name : Timer.c
// Function : S3C2410 Watch-Dog and Timer
// Program : Shin, On Pil (SOP)
// Date : M
timer.h
//=============================================================================
// File Name : Timer.h
// Function : S3C2410 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
//-------------------------------