代码搜索:Timer0
找到约 1,870 项符合「Timer0」的源代码
代码结果 1,870
www.eeworm.com/read/131217/14155941
s cymometer.s
.module cymometer.c
.area vector(rom, abs)
.org 14
rjmp _timer0
.org 6
rjmp _timer1
.area code(ram, con, rel)
.area lit(rom, con, rel)
_tabel::
.byte 63,6
.byte 91,'O
.byte 'f,'m
www.eeworm.com/read/127933/14328139
c time34.c
#include
#define uchar unsigned char
uchar i,time;
uchar period=250;
uchar high=50;
timer0() interrupt 1 using 1 {
TH0=(65536-8333)/256;
TL0=(65536-8333)%256;
if (++time==high)
www.eeworm.com/read/7227/110289
s pulse_time.s
.module pulse_time.c
.area vector(rom, abs)
.org 20
jmp _Icp_timer1
.org 36
jmp _Timer0
.area code(ram, con, rel)
.area lit(rom, con, rel)
_table::
.byte 63,6
.byte 91,'O
.byte '
www.eeworm.com/read/7227/113292
s cymometer.s
.module cymometer.c
.area vector(rom, abs)
.org 14
rjmp _timer0
.org 6
rjmp _timer1
.area code(ram, con, rel)
.area lit(rom, con, rel)
_tabel::
.byte 63,6
.byte 91,'O
.byte 'f,'m
www.eeworm.com/read/25308/846846
m51 定时器0.m51
BL51 BANKED LINKER/LOCATER V5.02 01/29/2007 15:00:07 PAGE 1
BL51 BANKED LINKER/LOCATER V5.02, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE timer0
www.eeworm.com/read/235521/4650598
m51 timer0.m51
BL51 BANKED LINKER/LOCATER V5.11 03/07/2007 16:00:25 PAGE 1
BL51 BANKED LINKER/LOCATER V5.11, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE timer0
www.eeworm.com/read/345691/3197398
c timer0.c
#include
#include "Common.h"
#include "System.h"
#include "timer0.h"
#ifdef TIMER0
#define OSDTIME 12500//4000//12500 //25000 //100000 //0x00FF
#define COLORCALTIME 0x0010
#
www.eeworm.com/read/310049/3699601
c timer0.c
#include
#include "Common.h"
#include "System.h"
#include "timer0.h"
#ifdef TIMER0
#define OSDTIME 12500//4000//12500 //25000 //100000 //0x00FF
#define COLORCALTIME 0x0010
#
www.eeworm.com/read/444112/1736390
asm t0_2.asm
;(21)实验二、T0(定时/计数器0)计数实验
;档案名称:T0_2.ASM
;====================================================================
TIMER0 EQU 30H
TIMER1 EQU 31H
ORG 0000H
JMP STA
www.eeworm.com/read/370045/2787709
java timer0.java
package chapter7;
import java.io.*;
import java.text.*;
public class Timer0 {
public static void main(String[] argv) throws IOException {
long t0, t1;
System.out.println("Press return when rea