代码搜索:timer0
找到约 1,870 项符合「timer0」的源代码
代码结果 1,870
www.eeworm.com/read/431869/8648577
a bell_music.a
org 0000h
ajmp main
org 000bh
ajmp timer0
org 0030h
timer0:
clr ea
djnz 33h,exit
mov 33h,53h
djnz 32h,exit
mov 32h,52h
djnz 31h,exit1
mov 31h,51h
djnz 30h,exit1
setb f0
ajmp exit
ex
www.eeworm.com/read/435482/7791268
asm bayin.asm
org 0000h
ajmp main
org 000bh
ajmp timer0
org 0030h
timer0:
clr ea
djnz 33h,exit
mov 33h,53h
djnz 32h,exit
mov 32h,52h
djnz 31h,exit1
mov 31h,51h
djnz 30h,exit1
setb f0
ajmp exit
ex
www.eeworm.com/read/397169/8064157
asm bayin.asm
org 0000h
ajmp main
org 000bh
ajmp timer0
org 0030h
timer0:
clr ea
djnz 33h,exit
mov 33h,53h
djnz 32h,exit
mov 32h,52h
djnz 31h,exit1
mov 31h,51h
djnz 30h,exit1
setb f0
ajmp exit
ex
www.eeworm.com/read/415915/11048852
asm bayin.asm
org 0000h
ajmp main
org 000bh
ajmp timer0
org 0030h
timer0:
clr ea
djnz 33h,exit
mov 33h,53h
djnz 32h,exit
mov 32h,52h
djnz 31h,exit1
mov 31h,51h
djnz 30h,exit1
setb f0
ajmp exit
ex
www.eeworm.com/read/389075/8549262
c timer0.c
#include "timer0.h"
static void delay(int x)
{
int i;
while (x--)
{
for (i = 65536 ; i > 0; i--);
}
}
void timer0_init(void)
{
// unmask the timer0 interrupt ...........
www.eeworm.com/read/185763/8987007
h sys.h
#include
#define UCHAR unsigned char
#define UINT unsigned int
#define TRUE 1
#define FALSE 0
#define TIMER0 -2000//-800
#define LOCALCELL 0x05 //the address of the
www.eeworm.com/read/185762/8987211
c interrupt.c
#include "sys.h"
extern data UCHAR *p;
extern UCHAR UIData[6];
extern bit receiveFlag;
extern bit responseFlag;
extern bit sendFlag;
void int0() interrupt 0
{
//todo
}
void timer0
www.eeworm.com/read/183829/9135852
bak timer.c.bak
#include "libtimer.h"
void TimerInit(int TimerID,int TimerType,void *IRQHandler,int s,int ms,int us)
{
StructTimer *Timer;
if(TimerID==1)
Timer = TIMER1;
else
Timer = TIMER0;
Ti
www.eeworm.com/read/320380/13427789
dp2 timer0.dp2
Timer0.o: C:/icc/include/iom8v.h C:/icc/include/macros.h F:\Learn\AVR\Pro_Mega8\Timer\Timer0/Delay.h
www.eeworm.com/read/122460/14689174
bak timer.c.bak
#include "libtimer.h"
void TimerInit(int TimerID,int TimerType,void *IRQHandler,int s,int ms,int us)
{
StructTimer *Timer;
if(TimerID==1)
Timer = TIMER1;
else
Timer = TIMER0;
Ti