代码搜索:timer

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

代码结果 10,000
www.eeworm.com/read/310111/13658242

c timer.c

#include "timer.h" #include "main.h" #include "1602.h" #include "KEYS.h" unsigned char time_1s_ok=0; unsigned int year; volatile unsigned char week=2,second,minute=0,hour,day=6,month=6; //分别保
www.eeworm.com/read/310111/13658245

opt timer.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.s*; *.src; *.a*) oExt (*.obj) lExt (*.lib) tExt (*.txt; *.h; *.inc) pExt (*.plm) CppX (*.cpp) DaveTm {
www.eeworm.com/read/310111/13658246

h timer.h

#ifndef __TIMER_H__ #define __TIMER_H__ extern unsigned char time_1s_ok; extern unsigned int year; extern volatile unsigned char week,second,minute,hour,day,month; //分别保存秒、分、时、天、月、年的变量 extern
www.eeworm.com/read/310111/13658247

obj timer.obj

www.eeworm.com/read/309814/13664223

c timer.c

//--------------------------------------------------------------------------- // // Copyright (C) 1996-1997. Unpublished Work of Crystal Semiconductor Corp. // All Rights Reserved. // // THIS
www.eeworm.com/read/309649/13667213

c timer.c

/* +++Date last modified: 05-Jul-1997 */ /*_ timer.c Mon Feb 29 1988 Modified by: Jerry Coffin */ /* Written by Walter Bright */ /* To compile (with Zortech
www.eeworm.com/read/309616/13667748

c timer.c

#include "Timer.h" volatile uint16_t WaitTimer; extern volatile uint16_t waitFlag; ISR(TIMER0_COMP_vect) { if(--WaitTimer == 0) { TCCR0 = 0; TIMSK &= 0xFD; } } ISR(TIMER2_COMP_
www.eeworm.com/read/309616/13667749

h timer.h

#include #include #define DELAY_4M_us __asm__ volatile ("nop"::);__asm__ volatile ("nop"::);__asm__ volatile ("nop"::);__asm__ volatile ("nop"::) #define DELAY_8M_us
www.eeworm.com/read/309215/13678880

h timer.h

# define MAXTIMER 10 struct TM { DWORD Interval; DWORD LastTimer; BOOL Enable; BOOL Used; void (*Pointer)();
www.eeworm.com/read/309034/13683359

c timer.c

#include #include #include #include "ICETEK-C6713-A.h" int fLed=0; int count=0; static GPIO_Handle hGpio; main() { /* Initialize CSL,must when using CSL. *