代码搜索:timer

找到约 10,000 项符合「timer」的源代码

代码结果 10,000
www.eeworm.com/read/333553/12672467

o timer.o

www.eeworm.com/read/333474/12679756

crf timer.crf

www.eeworm.com/read/146037/12683016

html timer.html

www.eeworm.com/read/146037/12683036

html timer.html

www.eeworm.com/read/247079/12684719

c timer.c

#include "def.h" #include "2410addr.h" #include "2410slib.h" #include "2410lib.h" #include "2410slib.h" #include "timer.h" #define EXT_XTAL_FREQ 12000000 #define BIOS_TIMER_FREQ 100 U32 SY
www.eeworm.com/read/247079/12684849

h timer.h

#ifndef _TIMER_H #define _TIMER_H #define FCLK_260M ((252
www.eeworm.com/read/246953/12696286

c timer.c

#include "tdp.h" #include #define TIMER0_COUNT 0xDC11 /* 10000h-((11059200Hz/(12*FREQ))-17) */ static xdata unsigned timer0_tick; /* 定时器T0中断服务函数 */ static void timer0_isr (void) i
www.eeworm.com/read/246914/12698215

paf timer.paf

www.eeworm.com/read/333126/12701081

sym timer.sym

www.eeworm.com/read/333126/12701090

tdf timer.tdf

SUBDESIGN timer ( clk : INPUT ; suocun : OUTPUT; ) VARIABLE f[3..0] : DFF; suocun : DFF; BEGIN f[].clk=clk; suocun.clk=clk; f[].d=(!suocun)&(f[]+1); suocun.d=f[3] & !f[2] & !f[1]