代码搜索:timer

找到约 10,000 项符合「timer」的源代码

代码结果 10,000
www.eeworm.com/read/239130/13301833

h timer.h

extern bit g_timer0_100ms; //100ms标志 //extern bit g_timer0_500ms; //500ms标志 extern void timer_initialize(void); #ifndef IN_TIMER0 #endif
www.eeworm.com/read/239130/13301894

lst timer.lst

C51 COMPILER V7.06 TIMER 09/13/2005 20:39:38 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE TIMER OBJECT MODULE PLACED IN T
www.eeworm.com/read/137727/13302628

c timer.c

//----------------------------------------------------------------------------- // Net TIMER.C // // This module sets up the timer and handles the timer interrupt //-------------------------------
www.eeworm.com/read/137727/13302655

h timer.h

//----------------------------------------------------------------------------- // TIMER.H // //----------------------------------------------------------------------------- void init_timer2(voi
www.eeworm.com/read/323831/13313998

h timer.h

// Copyright (C) 2003 Ronan Collobert (collober@idiap.ch) // // This file is part of Torch 3. // // All rights reserved. // // Redistribution and use in source and binary forms,
www.eeworm.com/read/137531/13315463

c timer.c

#include #include #include int alphanum = 0; int counter = 0; void interrupt far handler(void) { if (++counter == 273) // 15 seconds { alph
www.eeworm.com/read/238907/13315530

h timer.h

#ifndef _BIOS_TIMER_H #define _BIOS_TIMER_H #define NR_TIMERS 2 #define KEY_TIMER 0 #define LED_TIMER 1 struct timer { volatile unsigned int to; volatile unsigned int status; volatile void (*to
www.eeworm.com/read/323809/13316286

crf timer.crf

www.eeworm.com/read/137504/13319109

class timer.class

www.eeworm.com/read/137421/13322636

c timer.c

/**************************************************************************** +----------------------------------------------------------------------+ | Copyright Trumpion Microelectronics Inc