代码搜索结果
找到约 51,516 项符合
Timer 的代码
timer.lis
.module timer.c
.area text(rom, con, rel)
0000 .dbfile E:\Shuaihu\AVR\8880\timer.c
0000 .dbfunc e timer1_init _
timer.o
XL
H 4 areas 7 global symbols
M timer.c
S _sysoption Ref0000
S _delay Ref0000
S _noresponse Ref0000
S _serial_send Ref0000
A text size 100 flags 0
dbfile E:\Shuaihu\AVR\8880\timer.c
dbfunc e
timer.s
.module timer.c
.area text(rom, con, rel)
.dbfile E:\Shuaihu\AVR\8880\timer.c
.dbfunc e timer1_init _timer1_init fV
.even
_timer1_init::
.dbline -1
.dbline 7
; #include
; #in
timer.h
/* Defines for routines to implement a low-overhead timer for drivers */
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Li
timer.lst
C51 COMPILER V8.08 TIMER 06/20/2007 16:16:06 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN t
timer.h
#ifndef _TIMER_H_
#define _TIMER_H_
#define UNIVERSAL_TIMER 0
#define PPCANCFG_TIMER 1 /* 1 Timer fuer UCIO_PPC.C */
#define STATE_TIMER1 2 /* fuer div. Zustaende */
#define
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.tdf
SUBDESIGN timer
(
clk : INPUT ;
suocun : OUTPUT;
)
VARIABLE
f[3..0] : DFF;
suocun : DFF;
BEGIN
f[].clk=clk;
suocun.clk=clk;
f[].d=(!suocun)&(f[]+1);
suocun.d=f[3] & !f[2] & !f[1]
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 __