代码搜索:timer

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

代码结果 10,000
www.eeworm.com/read/241623/13128809

timer8563

www.eeworm.com/read/241623/13128814

obj timer.obj

www.eeworm.com/read/241623/13128816

c timer.c

#include "reg52.h" #include "VIiC_C51.H" //包含VI2C软件包 #define uchar unsigned char #define uint unsigned int #define PCF8563 0xA2 //定义器件地址 #define WRADDR 0x00 //定义写单元首地址 #define RDADDR 0x02
www.eeworm.com/read/241623/13128822

lst timer.lst

C51 COMPILER V8.01 TIMER 04/13/2007 08:11:14 PAGE 1 C51 COMPILER V8.01, COMPILATION OF MODULE TIMER OBJECT MODULE PLACED IN T
www.eeworm.com/read/241616/13129059

h timer.h

/*------------------------------------------------------------------------- Timer.h Copyright 2005 Microntek Technologies Co., Ltd. ---------------------------------------------------------------
www.eeworm.com/read/241616/13129102

c timer.c

#include "..\inc\public2.h" #define IR_CusCode 0x04 code BYTE Key_Table[64] = { 00,00,00,00,00,01,01,01, 01,01,01,01,01,01,01,01, 02,02,02,02,02,02,02,02, 02,02,03,03,03,03,03,03,
www.eeworm.com/read/241616/13129147

obj timer.obj

www.eeworm.com/read/241616/13129166

lst timer.lst

C51 COMPILER V7.50 TIMER 12/14/2006 10:36:34 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE TIMER OBJECT MODULE PLACED IN .
www.eeworm.com/read/139809/13129562

c timer.c

#include "2407e.h" #include "2407bit.h" extern unsigned int TimeFlag; void T3Init(void) //T3 Serve as Clock { *EVBIMRA = 0x0080; //Enable T3PINT interrupt *EVBIFRA = 0xffff; //
www.eeworm.com/read/241537/13136937

c timer.c

//***************************************************************************** // // timer.c - Driver for the timer module. // // Copyright (c) 2005-2007 Luminary Micro, Inc. All rights reserved