代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.h
#ifndef __TIMER_H__
#define __TIMER_H__
void vTimer(unsigned char ucKeyCode);
#endif
timer.c
//*************************************************************************************************
//* *
//* ********************************计时状态处理函数*********************
timer.c
#include
#include
#include
int alphanum = 0;
int counter = 0;
void interrupt far handler(void)
{
if (++counter == 273) // 15 seconds
{
alph
timer.c
/*++
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS F
timer.h
/*++
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS F
timer.c
#include "..\..\..\KERNEL\HAL\ARM\TIMER.C"
timer.c
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under the T-L
timer.h
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under the T-L
timer.c
/*****************************************************************************
*
* XVID MPEG-4 VIDEO CODEC
* - Timer functions (used for internal debugging) -
*
* Copyright(C) 2002 Michael Mi
timer.h
/*****************************************************************************
*
* XVID MPEG-4 VIDEO CODEC
* - Timer related header (used for internal debugging) -
*
* Copyright(C) 2002 Micha