代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/318604/13475286
h timer.h
/* Defines for routines to implement a low-overhead timer for drivers */
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Li
www.eeworm.com/read/318439/13478826
png timer.png
www.eeworm.com/read/318310/13481596
c timer.c
#include
#include
#include
#define YEAR_IN_RTC 6
#define MONTH_IN_RTC 5
#define DAY_IN_RTC 4
#define WEEK_IN_RTC 3
#define HOUR_IN_RTC 2
#define MINUTE_IN_RTC 1
#
www.eeworm.com/read/318179/13483919
c timer.c
/**
* \addtogroup timer
* @{
*/
/**
* \file
* Timer library implementation.
* \author
* Adam Dunkels
*/
/*
* Copyright (c) 2004, Swedish Institute of Computer Science.
* All
www.eeworm.com/read/318179/13483921
h timer.h
/**
* \defgroup timer Timer library
*
* The timer library provides functions for setting, resetting and
* restarting timers, and for checking if a timer has expired. An
* application must "manual
www.eeworm.com/read/317645/13500315
c timer.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/317645/13500326
h timer.h
#ifndef TIMER_H
#define TIMER_H
#define TimerDelay 5000 //ms
typedef struct
{
int year;
int month;
int day;
int hour;
int minute;
int second;
unsigned int mSecond
www.eeworm.com/read/317157/13509204
dni timer.dni
[Interrupts]
Enabled=1
[MemoryMap]
Enabled=0
TypeVolition=1
UnspecRange=1
ActionState=1
[DisAssemblyWindow]
NumStates=_ 1
State 1=_ 1
[State Storage]
Control Register=771
[Sequencer]
Cont
www.eeworm.com/read/316923/13514606
c timer.c
#include
#include
#include
int alphanum = 0;
int counter = 0;
void interrupt far handler(void)
{
if (++counter == 273) // 15 seconds
{
alph