代码搜索结果

找到约 10,000 项符合 Timer 的代码

timer.h

/******************************************************************************/ /* TIMER.H - TMS320C6x Peripheral Support Library Timers Support */ /*

timer.c

//============================================================================= // File Name : Timer.c // Function : S3C2410 Watch-Dog and Timer // Program : Shin, On Pil (SOP) // Date : M

timer.h

//============================================================================= // File Name : Timer.h // Function : S3C2410 Watch-Dog and Timer Test Head File // Program : Shin, On Pil (SOP) /

timer.h

#ifndef _TIMER_H #define _TIMER_H #define FCLK_260M ((252

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

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

timer.h

#ifndef _TIMER_H #define _TIMER_H #define FCLK_260M ((252

timer.asm

ORG 00H TICK EQU 10000 ;10000×100us=1s T100us EQU 256-100 ;100us时间常数(12M) C100us EQU 30H ;100us计数单元 LEDBUF EQU 40H LED BIT P1.0 LJMP START ;跳至主程序 ORG 000BH