代码搜索结果
找到约 10,000 项符合
Timer 的代码
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.err
"timer.c", line 274: Warning: C2917W: no side effect in void context: 'unary *'
"timer.c", line 283: Warning: C2917W: no side effect in void context: 'unary *'
"timer.c", line 292: Warni
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.cc
// 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