代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.bak
/*
*******************************************************************************
**
** This device driver was created by Applilet for the 78K0S/KB1+, 78K0S/KA1+,
** 78K0S/KY1+,78K0S/KU1+ 8-Bit
timer.lst
C51 COMPILER V7.06 TIMER 10/09/2006 21:51:56 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN t
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.h
/****************************************************************/
/* 文件名: Timer.h */
/* 功能: 声明配置定时器函数和定时器中断函数 */
/* 设计者: 陈湘和 */
/* 设计日期: 10/20/2004 */
timer.c
/****************************************************************/
/* 文件名: Timer.c */
/* 功能: 定义配置定时器函数和定时器中断函数 */
/* 设计者: 陈湘和 */
/* 设计日期: 10/20/2004 */
/**
timer.h
/*
File: Timer.h
*/
#ifndef __TIMER_H__
#define __TIMER_H__
void TimerBeat(void);
void Sleep(int milliseconds);
#endif /* __TIMER_H__ */
timer.c
#include "ICETEK-C6713-A.h"
main()
{
unsigned char dbScanCode;
init_emif(); // 初始化emif
InitCTR(); // 初始化ICETEK-CTR
InitInterrupt();
while ( 1 )
{
dbScanCode=GetKey();