代码搜索:Timer0

找到约 1,870 项符合「Timer0」的源代码

代码结果 1,870
www.eeworm.com/read/397690/8029253

c timer2.c

#define EXT_TIMER2_GLOBALS #include "includes.h" /************************************************************ Function Name: T2Init Function: Timer0 initial Paramenter:
www.eeworm.com/read/146188/12665259

c util.c

/*= util.c ========================================================================================= * * Copyright (C) 2004 Nordic Semiconductor * * This file is distributed in the hope that i
www.eeworm.com/read/146188/12665264

lst util.lst

C51 COMPILER V7.02b UTIL 02/04/2005 11:51:08 PAGE 1 C51 COMPILER V7.02b, COMPILATION OF MODULE UTIL OBJECT MODULE PLACED IN u
www.eeworm.com/read/145868/12698697

c 5-1.c

unsigned char _pac @0x13; unsigned char _pa @0x12; unsigned char _pbc @0x15; unsigned char _pb @0x14; unsigned char _intc @0x0b; #pragma vector timer0 @ 0x4 void delay(){unsigned long int i;fo
www.eeworm.com/read/246237/12746372

c util.c

/*= util.c ========================================================================================= * * Copyright (C) 2004 Nordic Semiconductor * * This file is distributed in the hope that i
www.eeworm.com/read/244496/12860321

lst util.lst

C51 COMPILER V7.08 UTIL 12/11/2005 15:43:15 PAGE 1 C51 COMPILER V7.08, COMPILATION OF MODULE UTIL OBJECT MODULE PLACED IN ut
www.eeworm.com/read/243777/12917173

c 4-8.c

#include unsigned int interruptcnt; unsigned char second; void timer0 (void) interrupt 1 using 2 { if (++interruptcnt == 4000) { second
www.eeworm.com/read/326866/13112503

c drv_ledtimer.c

/************************************************************************ * * * Copyright (C) SEIKO EPSON CORP. 1999 * * * * File name: drv_16timer.c * * This is 16b
www.eeworm.com/read/139697/13138358

asm exec066.asm

ORG 0000H AJMP START ORG 000BH AJMP TIMER0 ;定时器0的中断处理 ORG 30H START: MOV SP,#5FH MOV TMOD,#00000101B ;定时/计数器1作计数用,模式1,0不用全置0 MOV TH0,#0FFH MOV TL0,#0FAH ;预置值,要求每计到6个脉冲即为一个事件 SETB EA S
www.eeworm.com/read/323148/13348942

c drv_timer160.c

/************************************************************************ * * * Copyright (C) SEIKO EPSON CORP. 1999 * * * * File name: drv_16timer.c * * This is 16b