代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.h
/*****************************************************************************
*
* Timer
*
*****************************************************************************
* FileName:
timer.h
#ifndef __TIMER_H__
#define __TIMER_H__
void Test_Timer(void);
void Test_WDTimer(void);
void Test_TimerInt(void);
void Timer_PWM_Led(void) ;
#endif /*__TIMER_H__*/
timer.c
/****************************************************
公司: 三扬科技
作者: SUNYUNGCO
日期: 2004年8月17日
****************************************************/
#include
#include "..\inc\44b.h
timer.asm
;********************TIMER********************
;本程序实现用TMR0实现时钟功能。
;入口参数:无。
;出口参数:时RLT,分SOUH,秒SOU。
;占用资源:W,STATUS,TMR0,PORTD,024H,025H,026H,028H,07FH,17FH,07EH,1重堆栈。
;说明: 1.使用该程序需在中断入口程序中填入如下两条
timer.h
/*
* Copyright 2002-2004, Mersad Team, Allame Helli High School (NODET).
*
* This program is free software, you can redistribute it and/or modify
* it under the terms of the GNU General Public
timer.cpp
/*
* Copyright 2002-2004, Mersad Team, Allame Helli High School (NODET).
*
* This program is free software, you can redistribute it and/or modify
* it under the terms of the GNU General Public
timer.c
//timer.c
//Catinux 040811
// Include Standart LIB files
#include "include/AT91RM9200.h"
#include "include/lib_AT91RM9200.h"
#include "drv/eb55.h"
#include "drv/timer.h"
extern void timer0_
timer.h
//Interrupt_timer.h
//Catinux 040811
#ifndef __TIMER_H
#define __TIMER_H
void Timer0_Init (void );
void Timer1_Init (void );
void Timer2_Init (void );
void Timer3_Init (void );
#endif