代码搜索结果
找到约 51,516 项符合
Timer 的代码
timer.bld
#!build
default:
program
:asm_list_option=listing
:debuglevel=multi
:program_layout=ram
:outputname=objs\timer.ghs
:object_dir=objs
:start_address=__reset
:postexec=gsize objs\timer.g
timer.c
/*
* File: timer.c
* Purpose: routines for accessing integrated timer modules
*
* Notes:
*
* Modifications:
*
*/
#include "src/ethernet/tftp/timer.h"
#include "src/init/mcf523x
timer.h
/*
* File: timer.h
* Purpose: routines for accessing integrated timer modules
*
* Notes:
*
*/
#ifndef _TIMER_H
#define _TIMER_H
#include "src/init/mcf5xxx.h"
/*****************
timer.c
/* General purpose software timer facilities
*/
#include
#include "global.h"
#include "timer.h"
#include "proc.h"
#include "mbuf.h"
#include "commands.h"
#include "daemon.h"
#inclu
timer.h
#ifndef _TIMER_H
#define _TIMER_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
/* Software timers
* There is one of these structures for each simulated timer.
* Whenever the timer is runn
timer.h
/////////////////////////////////////////////////////////////////////////////
// Name: timer.h
// Purpose: wxTimer class
// Author: Julian Smart
// Modified by:
// Created: 01
timer.h
/////////////////////////////////////////////////////////////////////////////
// Name: timer.h
// Purpose: Generic implementation of wxTimer class
// Author: Vaclav Slavik
// Id:
timer.h
/////////////////////////////////////////////////////////////////////////////
// Name: wx/timer.h
// Purpose: wxTimer, wxStopWatch and global time-related functions
// Author: Julia
timer-lite.c
/*
** $Id: timer-lite.c,v 1.22 2003/09/04 03:46:47 weiym Exp $
**
** timer-lite.c: The timer handling for MiniGUI Lite Version.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 1999 ~ 2002
timer.c
/*
** $Id: timer.c,v 1.23 2003/09/04 03:46:47 weiym Exp $
**
** timer.c: The Timer module for MiniGUI-Threads.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 1999 ~ 2002 Wei Yongming.
**