代码搜索:Timer0

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

代码结果 1,870
www.eeworm.com/read/183417/6338254

orc rfctrl.orc

C000 CLRWATCHDOG C000 CPUTURNINTOIDLE F041 FINDEMPTYDIAG F097 INITERROR F097 INITTSKMAN E000 INITUART E380 TIMER0 F380 UART0 F00D _CMPCHAR F31F _CMPSTRING F31F _CMPXCSTRING F32F
www.eeworm.com/read/410717/11271058

c clock.c

#include #include unsigned char Timer_50ms,second,minute,hour; unsigned char k1_h=0,k2_h=0,k1_m=0,k2_m=0; void Timer0(void); void delay(unsigned char ms); void Timer0_
www.eeworm.com/read/346789/11721922

c interrup.c

#include "config.h" #include "io.h" #include #include "global.h" /* 函数 定时器0中断处理程序,定时器0每125us中断一次 */ void timer0(void) interrupt 1 { if ((++timer0cnt & 0x07) == 0) {
www.eeworm.com/read/336380/12446690

c key.c

#include "reg51.h" #include #define uchar unsigned char #define uint unsigned int void Timer0(void) interrupt 1 { TH0=0x0c; // 定时4ms。(2000H-N)*12/14.7456us=4ms N=CCDH TL0=0xc
www.eeworm.com/read/121655/14744524

asm pcled.asm

TIM_CTL EQU 203H TIMER0 EQU 200H TIMER1 EQU 201H MODE03 EQU 36H MODE12 EQU 74H INTA00 EQU 20H INTA01 EQU 21H PORTSEG EQU 211H PO
www.eeworm.com/read/27197/980479

c 占空比.c

//占空比 #include sbit LED=P1^0; //定义P1.0为LED灯 unsigned char time; unsigned char period=250; //周期为250 unsigned high=50; //高电平为50 //定时/计数器T0中断服务子程序 void timer0(void) interrupt
www.eeworm.com/read/235521/4650610

plg timer0.plg

礦ision3 Build Log Project: E:\07experiment\NO3\keil\timer0.uv2 Project File Date: 03/06/2007 Output: Build target 'Target 1' compiling timer0
www.eeworm.com/read/368882/9674892

asm 中断.asm

ORG 0000H LJMP MAIN ORG 0003H LJMP INT0 ORG 000BH LJMP TIMER0 ORG 0100H MAIN: CLR P1.7 MOV 20H,#0FFH MOV 21H,#00H;存放闪烁标志位 ;暂时不用 MOV 22
www.eeworm.com/read/189401/8472147

asm sy4-2.asm

; 实验四 8253定时/计数器实验 SY4-2.ASM TIM_CTL EQU 293H TIMER0 EQU 290H TIMER1 EQU 291H TIMER2 EQU 292H MODE03 EQU 00110110B MODE13 EQU 01110110B DATA SEGME
www.eeworm.com/read/189401/8472191

asm sy4-3.asm

; 实验四 8253定时/计数器实验 ; SY4-2.ASM TIM_CTL EQU 293H TIMER0 EQU 290H TIMER1 EQU 291H TIMER2 EQU 292H MODE20 EQU 10010000B NUM0 EQU 060H DATA SEG