代码搜索结果
找到约 51,516 项符合
Timer 的代码
timer.pkg
;
; Installation file for $$Root$$ application
;
;Languages
&EN
;
; UID is the app's UID
;
#{"Timer"},(0x0182662D),1,0,0
;
;Supports Series 60 v 2.0
;This line indicates that this installat
timer.rss
/*
* ============================================================================
* Name : Timer.rss
* Part of : Timer
* Created : 05.02.2006 by ToBeReplacedByAuthor
* Description:
*
timer.loc
/*
* ============================================================================
* Name : Timer.loc
* Part of : Timer
* Created : 05.02.2006 by ToBeReplacedByAuthor
* Description:
*
timer.hrh
/*
* ============================================================================
* Name : Timer resource header file Timer.hrh
* Part of : Timer
* Created : 05.02.2006 by ToBeReplacedByA
timer.mmp
/*
* ============================================================================
* Name : Timer.mmp
* Part of : Timer
* Created : 05.02.2006 by ToBeReplacedByAuthor
* Description:
*
timer.c
#include "timer.h"
#include
#include
volatile unsigned char ftimer2ms_ok, ftimer10ms_ok, ftimer1s_ok;
unsigned char timer1s_count;
void timer_init(void)
{
TCCR0 = (1
timer.c~
#include "timer.h"
#include
#include
volatile unsigned char ftimer2ms_ok, ftimer10ms_ok, ftimer1s_ok;
unsigned char timer1s_count;
void timer_init(void)
{
TCCR0
timer.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "timer"
ClientHeight = 1575
ClientLeft = 60
ClientTop = 345
ClientWidth = 2340
LinkTopic
timer.c
/*
* linux/kernel/timer.c
*
* Kernel internal timers, basic process system calls
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* 1997-01-28 Modified by Finn Arne Gangstad to make timers s
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
//