代码搜索:Timer0

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

代码结果 1,870
www.eeworm.com/read/460608/7246345

c f34x_timer0_two_8bittimers.c

//----------------------------------------------------------------------------- // F34x_Timer0_two_8bitTimers.c //----------------------------------------------------------------------------- // Co
www.eeworm.com/read/460608/7246460

c f32x_timer0_two_8bittimers.c

//----------------------------------------------------------------------------- // F32x_Timer0_two_8bitTimers.c //----------------------------------------------------------------------------- // Co
www.eeworm.com/read/457358/7327241

c f2812_timer.c

/********************************************************************************************************/ #ifdef __cplusplus extern "C" { #endif #include "DSP281x_Device.h" // DSP281x He
www.eeworm.com/read/449775/7496492

c t2.c

#include "reg51.h" sbit P1_0=P1^0; void Timer0() interrupt 1 { TH0=0x15; TL0=0xa0; P1_0=~P1_0; } void main() { TMOD=0x01; /*定时/计数器0工作于方式1*/ TH0=0x15; TL0=0xa0; /*定时初值为60000*/ EA=1; /*
www.eeworm.com/read/437549/7746175

asm clock.asm

ORG 0000H SJMP MAIN ORG 000BH AJMP TIMER0 ORG 0030H MAIN:MOV DPTR,#TABLE MOV TH0,#56 MOV TL0,#56 MOV TMOD,#02H SETB EA SETB ET0 SETB TR0 MOV R0,#0
www.eeworm.com/read/297732/7999246

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/297497/8013329

c f32x_timer0_two_8bittimers.c

//----------------------------------------------------------------------------- // F32x_Timer0_two_8bitTimers.c //----------------------------------------------------------------------------- // Co
www.eeworm.com/read/397854/8018990

c util.c

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

c timer1.c

#define EXT_TIMER1_GLOBALS #include "includes.h" /************************************************************ Function Name: T2Init Function: Timer0 initial Paramenter: No
www.eeworm.com/read/397690/8029251

c timer0.c

#define EXT_TIMER0_GLOBALS #include "includes.h" /************************************************************ Function Name: T2Init Function: Timer0 initial Paramenter: