代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.c
/*
**********************************************************************
* timer.c
* Copyright (C) 1999, 2000 Creative Labs, inc.
*
*****************************************************
timer.h
/*
**********************************************************************
* timer.h
* Copyright (C) 1999, 2000 Creative Labs, Inc.
*
******************************************************
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.h
/*****************************************************************************
* timer.h: Header file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconductor
timer.c
/*****************************************************************************
* timer.c: Timer C file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconducto
timer.h
#ifndef __time_h__
#define __time_h__
extern void Delay_22us() ;
extern void Delay_5us() ;
#endif
timer.hex
:020000040000FA
:10000000250100EA5D0000EA620000EA6D0000EAF6
:10001000660000EAFEFFFFEA520000EA4B0000EA39
:10002000BCF09FE5BCF09FE5BCF09FE5BCF09FE510
:10003000BCF09FE5BCF09FE5FEFFFFEAFEFFFFEA94
:10