代码搜索:timer0
找到约 1,870 项符合「timer0」的源代码
代码结果 1,870
www.eeworm.com/read/478208/6721961
c tick.c
/************************************************************************
* *
* Copyright (C) SEIKO EPSON CORP. 1999 *
* *
* File name: drv_16timer.c *
* This is 16b
www.eeworm.com/read/408282/11399612
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/407803/11410530
c cpuinit.c
//-----------------------------------------------------------------------------
// cpu_init.c
//-----------------------------------------------------------------------------
//
//-----------------
www.eeworm.com/read/403374/11518437
c int2ms.c
/*fosc=12MHz,要求P1.0输出T=2ms的方波.*/
/*使用中断方式*/
#include
sbit p2_0=P2^0;
timer0() interrupt 1 using 1
{p2_0=!p2_0;
TH0=0xff;TL0=0xce;
}
main()
{TMOD=0X01;
P1=0x00;
P2=0x00;
P0=0x00;
www.eeworm.com/read/401422/11557821
c time.c
/******************************************************************************/
/* This file is part of the uVision/ARM development tools */
/* Copyright KEIL ELEKTRONIK GmbH 2
www.eeworm.com/read/348535/11589689
asm a6_5.asm
;///////////////////////////////////////////
;本程序源代码由单片机培训网提供.
;单片机培训网,让更多人学习单片机更容易.
;第一网址----www.mcuedu.com
;第二网址----http://51_train.nease.net
;创办人------刘永忠
;热线电话----(0755)27529998
;email-----
www.eeworm.com/read/262218/11600414
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/347952/11622427
c time.c
/******************************************************************************/
/* This file is part of the uVision/ARM development tools */
/* Copyright KEIL ELEKTRONIK GmbH 2
www.eeworm.com/read/347470/11663434
c 步进电机.c
//------------------------------------------
//程序名称:步进电机.c
//功能描述:控制步进电机来回运转
//作者:Lee197
//公司:Uritest
//版本:V1.00
//编写日期:2008-07-17
//-------------------------------------------
#include
www.eeworm.com/read/260677/11708949
lst lvdaoqu.lst
A51 MACRO ASSEMBLER LVDAOQU 03/02/2007 22:16:15 PAGE 1
MACRO ASSEMBLER A51 V7.10
OBJECT MODULE PLACED IN lvdaoqu.OBJ
ASSEMBLER