代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.c
/**
* \addtogroup timer
* @{
*/
/**
* \file
* Timer library implementation.
* \author
* Adam Dunkels
*/
/*
* Copyright (c) 2004, Swedish Institute of Computer Science.
* All
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
timer.lst
C51 COMPILER V7.01 TIMER 05/26/2005 12:03:47 PAGE 1
C51 COMPILER V7.01, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN t
timer.c
//------------------------------
//设置当前值:FE A0 02 MM NN (BCD码)
//要当前值: FE A1 01 00 回传值 FE A1 02 MM NN BCD码)
//------------------------------
#include
#include
//-------
timer.cpp
/**********************************************************************
*
* Filename: timer.cpp
*
* Description: A software timer class implemented over top of the
* hardwar
timer.h
/**********************************************************************
*
* Filename: timer.h
*
* Description: Header file for the Intel 8018xEB Timer class.
*
* Notes:
*
*
timer.cpp
/**********************************************************************
*
* Filename: timer.cpp
*
* Description: A software timer class implemented over top of the
* hardwar