代码搜索:Timer0
找到约 1,870 项符合「Timer0」的源代码
代码结果 1,870
www.eeworm.com/read/391298/8410852
sdi timer0-0.sdi
,,, ORG 00H
0000,02 00 30,, JMP MAIN
,,, ORG 30H
0030,75 89 00,MAIN,MAIN: MOV TMOD,#00H ;设置TIMER0工作在MODE0
0033,7C 00,, MOV R4,#00H ;记数指针初值
,,,;
www.eeworm.com/read/189912/8453023
c init.c
/*********************************************************************
*
* Copyright:
* MOTOROLA, INC. All Rights Reserved.
* You are hereby granted a copyright license to use, modify, and
www.eeworm.com/read/189912/8453029
c~ init.c~
/*********************************************************************
*
* Copyright:
* MOTOROLA, INC. All Rights Reserved.
* You are hereby granted a copyright license to use, modify, and
www.eeworm.com/read/290829/8458862
c f02x_comparator0_resetsource.c
//-----------------------------------------------------------------------------
// F02x_Comparator0_ResetSource.c
//-----------------------------------------------------------------------------
//
www.eeworm.com/read/389636/8510047
plg timer0.plg
礦ision3 Build Log
Project:
E:\广东项目论文\芯片资料\各个模块代码\8051_timer0\timer0.uv2
Project File Date: 11/26/2000
Output:
Build target 'Target 1'
compili
www.eeworm.com/read/290010/8512372
c timer.c
#include
#include "type.h"
#include "config.h"
void timer0(void) interrupt 1 using 2
{
EA = 0;
//TF = 0; //已经有硬件清0
P3_4 = ~P3_4; //P3_4引脚电平反转,产生500KMHz频率方波,
www.eeworm.com/read/432300/8611253
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/387011/8712046
cpp mode2 傳統8051範例.cpp
/* tm2.c */
/* test timer0 mode 2 100 us pulse */
#include /* 更
www.eeworm.com/read/286264/8775813
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/384780/8843800
lst ex4-4.lst
C51 COMPILER V8.05a EX4_4 08/16/2008 17:19:09 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE EX4_4
OBJECT MODULE PLACED IN