代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/348818/10865914
c 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
www.eeworm.com/read/348787/10867148
h timer.h
/*********************** SGS-THOMSON MICROELECTRONICS ************************
FILENAME : TIMER.H
VERSION : V1.0
DATE : JAN 1999
AUTHOR(s) : ASHISH RUDOLA / DEEPAK DOSHI
PROCE
www.eeworm.com/read/348787/10867159
c timer.c
/********************* SGS-THOMSON MICROELECTRONICS ************************
FILENAME : TIMER.C
VERSION : V1.0
DATE : JAN 1999
AUTHOR(s) : ASHISH RUDOLA / DEEPAK DOSHI
PROCESS
www.eeworm.com/read/348742/10869062
mak timer.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
www.eeworm.com/read/348742/10869064
map timer.map
******************************************************************************
TMS320C54x COFF Linker Version 3.50
******************************************************
www.eeworm.com/read/348742/10869070
c timer.c
#include "stdio.h"
#define IMR 0
#define ST0 6
#define ST1 7
#define TIM 0x24
#define PRD 0x25
#define TCR 0x26
#define PMST 29
extern int counter = 25;
extern int flagxf = 0;
int con_bu
www.eeworm.com/read/348742/10869073
cmd timer.cmd
MEMORY
{
PAGE 0:
VEC: origin = 1000h, length = 0ffh
PROG: origin = 1100h, length = 8000h
PAGE 1:
DATA: origin = 080h, length = 0807fh
}
SECTIONS
www.eeworm.com/read/348718/10871091
c timer.c
/*项目名称:双向计时器,计时范围0-9999s 采用动态扫描
晶振:内部1Mhz 调试方法:JTAG+实验板 采用AVRSTUDIO4.12+WINAVR GCC
PA口对应数码管的七段 PB0-PB3对应数码管的位控制
日期:2005-12-1晚20:03分
*/
#include
#include
#include
www.eeworm.com/read/419052/10888685
c timer.c
/***
timer.c - module to display the elapsed time since a facility
was started
Written by Gerard Paul Java
Copyright (c) Gerard Paul Java 1997
This software is open source; you can redistribu
www.eeworm.com/read/419052/10888696
h timer.h
void printelapsedtime(time_t start, time_t now, int y, int x,
WINDOW * win);