代码搜索结果
找到约 51,516 项符合
Timer 的代码
dhcp-timer.c
/* $Header: /cvsroot/dhcp-agent/dhcp-agent/src/dhcp-timer.c,v 1.11 2003/06/23 06:05:03 actmodern Exp $
*
* Copyright 2002 Thamer Alharbash
*
* Redistribution and use in sourc
timer.h
//=============================================================================
// File Name : Timer.h
// Function : S3C24a0Timer Test Head File
// History
// 0.0 : Programming start (1,2004) -
timer.err
"src\timer.c", line 156: Warning: C2878W: Illegal format conversion '%\n'
"src\timer.c", line 422: Warning: C2917W: no side effect in void context: 'unary *'
"src\timer.c", line 431: Warning:
timer.c
//=============================================================================
// File Name : Timer.c
// Function : S3C2410 Watch-Dog and Timer
// Program : Shin, On Pil (SOP)
// Date : M
timer.c
/******************************************************************************/
//
// File Name : Timer.c
// Description : S3C2440 Timer and Watch-dog Function Test
// Version : 0.2
//
timer.h
//=============================================================================
// File Name : Timer.h
// Function : S3C2440 Watch-Dog and Timer Test Head File
// Program : Shin, On Pil (SOP)
/
timer.err
"timer.c", line 293: Warning: C2870W: variable 'toggle' declared but not used
"timer.c", line 398: Warning: C2917W: no side effect in void context: 'unary *'
"timer.c", line 406: Warning: C291
timer.cpp
// timer.cc
// Routines to emulate a hardware timer device.
//
// A hardware timer generates a CPU interrupt every X milliseconds.
// This means it can be used for implementing time-slicing
timer.h
// timer.h
// Data structures to emulate a hardware timer.
//
// A hardware timer generates a CPU interrupt every X milliseconds.
// This means it can be used for implementing time-slicing, or for
//
timer.c
#include
#include "rhythm.h"
#include "timer.h"
void timer(){
timer_t++;
}
END_OF_FUNCTION(timer);