代码搜索:timer1
找到约 1,567 项符合「timer1」的源代码
代码结果 1,567
www.eeworm.com/read/303271/13819427
asm c5_4_6.asm
.sect ".vectors"
.ref start
.ref ad,timer1
Reset: b start
nop
nop
nop
nop
nop
nop
nop
NMI: b nrp
nop
www.eeworm.com/read/301437/13859198
asm 10-5.asm
.sect ".vectors"
.ref start
.ref ad,timer1
Reset: B start
NOP
NOP
NOP
NOP
NOP
NOP
NOP
NMI: B nrp
NOP
NOP
www.eeworm.com/read/491802/6426242
c main.c
/******************************************************************************
* Main.C
******************************************************************************/
#include
www.eeworm.com/read/217231/6644361
asm c5_4_6.asm
.sect ".vectors"
.ref start
.ref ad,timer1
Reset: b start
nop
nop
nop
nop
nop
nop
nop
NMI: b nrp
nop
www.eeworm.com/read/478338/6714813
c text2.c
#include
sbit PWMB =P3^2;
void delay(unsigned int timer1)
{
for(;timer1>0;timer1--);
}
void main(void)
{
while(1)
{
PWMB =1;
delay(6000);
PWMB =0;
delay(6000);
www.eeworm.com/read/408545/11383240
c inition.c
#include "C8051F020.h"
#include "Global.h"
bit SM_BUSY; // This bit is set when a send or receive
// is started. It is cleared by the
// ISR when the operation i
www.eeworm.com/read/401091/11564836
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/401089/11564974
c main.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/261559/11637814
asm 10-5.asm
.sect ".vectors"
.ref start
.ref ad,timer1
Reset: B start
NOP
NOP
NOP
NOP
NOP
NOP
NOP
NMI: B nrp
NOP
NOP
www.eeworm.com/read/342823/11997655
plg timer1.plg
礦ision2 Build Log
Project:
E:\编程实例\编程实例\中断\TIMER1\汇编语言\TIMER1.uv2
Project File Date: 02/14/2008
Output:
Build target 'Target 1'
assembling T1