代码搜索:timer0
找到约 1,870 项符合「timer0」的源代码
代码结果 1,870
www.eeworm.com/read/441678/7666659
asm ch11_intr2.asm
;PROGRAM NAME:INTR2.ASM
;TEST TIMER0 INTERRUPT(MODE 1)
;
COUNT EQU 9217 ;10ms FOR XTAL=11.0592MHz
;
CHK_BIT REG P3.2
DIGIT1 REG P1.4
www.eeworm.com/read/441678/7666661
asm ch11_intr4.asm
;PROGRAM NAME:INTR4.ASM
;TEST TIMER0 INTERRUPT(MODE 1)
;
COUNT EQU 9217 ;10ms FOR XTAL=11.0592MHz
;
DIGIT1 REG P1.4
DIGIT2 REG P1.5
www.eeworm.com/read/125714/14469254
c frequencytest.c
#include
unsigned int count;
unsigned long int time,frequency;
bit flag;
counter()
{frequency=4*count/time; //得到所的频率;
count=0;time=0;flag=1;
}
timer0() interrupt 1 using 1
www.eeworm.com/read/25809/950519
c main.c
#include "reg24le1.h"
#include "rtcconf.h"
void main()
{
EA=0;
//io配置
ioconfig();
//uart配置
uart_init();
//rtc配置
rtcconfig();
timer0();
puts("....rtc test!..by syman...");
send('\n');
p
www.eeworm.com/read/444112/1736421
asm t_int0.asm
;实验一、/INT0外部中断控制实验
;文件名称:INT0.ASM
TIMER0 EQU 30H
TIMER1 EQU 31H
;;====================================================================
ORG 0000H
JMP S
www.eeworm.com/read/100739/15865643
c timer.c
#include "s3c4510b.h"
#include "isr.h"
#include "typDef.h"
#include "timer.h"
extern void time0_isr(void);
/* Timer0,1 can be used for system real time clock */
/*************************
www.eeworm.com/read/291056/8443446
h head.h
#include
#include
#define uchar unsigned char
#define uint unsigned int
extern uchar Sound[],musicstate,Alarm,PhoneNO[];//声音、警报、电话号码、摘机挂机
extern uint TimeCNT,timer0;//,
exte
www.eeworm.com/read/291056/8443484
c interrupt.c
#include "Head.h"
extern uchar searchOK;
extern uchar Command[];
unsigned int TimeCNT,timer0,temp_1820=1,Button_02;//
uchar TimeBT;
bit psw; //pass word OK?
void EXintt0(void) interrupt 0 usi
www.eeworm.com/read/386701/8731264
asm intr1.asm
;PROGRAM NAME:INTR1.ASM
;TEST TIMER0 INTERRUPT(MODE 1)
;
COUNT EQU 9217 ;10mS FOR XTAL=11.0592MHz
CHK_BIT REG P3.2
;
ORG 0000H
LJMP RESET
ORG 0003
www.eeworm.com/read/166352/10022997
asm ex1001.asm
;
; LCD + PRECISION TIMER (00.00~99.99 SEC) (Timer0)
;
LIST P=16F877, R=DEC
#INCLUDE P16F877.INC
CBLOCK 0X20
ENDC
;
; define RAM
;
CBLOCK
TIMBFH, TIMBFL ; for precission timer
R