代码搜索结果
找到约 51,516 项符合
Timer 的代码
timer.c
/*****************************************************************************
* timer.c: Timer C file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconducto
timer.lst
C51 COMPILER V8.08 TIMER 04/11/2009 12:53:57 PAGE 1
C51 COMPILER V8.08, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN .
timer.c
//**
#include "Timer.h"
void fnTM_Timer0ISREn(void)
{
EA = 0; //┮Τい耞 disable
//IT0 = 0; //
timer.c
/* General purpose software timer facilities
*/
#include
#include "global.h"
#include "timer.h"
#include "proc.h"
#include "mbuf.h"
#include "commands.h"
#include "daemon.h"
#inclu
timer.h
#ifndef _TIMER_H
#define _TIMER_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
/* Software timers
* There is one of these structures for each simulated timer.
* Whenever the timer is runn
timer.lis
.module timer.c
.area text(rom, con, rel)
0000 .dbfile ./timer.c
0000 .dbfunc e MSTIMER_ISR _MSTIMER_ISR fV
0
timer.c
//--------------------------------------------------------------------------
//
// Filename: timer.c
//
// Description:
//
/// \file
/// This module provides a timer interface for general purp
timer.h
//--------------------------------------------------------------------------
//
// Filename: timer.h
//
// Description:
//
/// \file
/// This module provides a timer interface for general purp
timer.s
.module timer.c
.area text(rom, con, rel)
.dbfile ./timer.c
.dbfunc e MSTIMER_ISR _MSTIMER_ISR fV
_MSTIMER_ISR::
.dbline -1
.dbline 132
; //-----------------------------------------------
timer.c
/*****************************************************************************
* timer.c: Timer C file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconducto