代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/381702/9076732
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/282541/9084705
c timer.c
/*
* timer.c: funcitons implement for timer
*/
#include "config.h"
#include "frame.h"
#include "lib.h"
#ifdef _DEBUG
#include
#endif /* _DEBUG */
volatile unsigned ticks;
www.eeworm.com/read/381575/9084774
h timer.h
#ifndef _TIMER_H
#define _TIMER_H
#define FCLK_260M ((252
www.eeworm.com/read/184704/9084786
h timer.h
#ifndef __TIMER_H__
#define __TIMER_H__
void Test_Timer(void);
void Test_WDTimer(void);
void Test_TimerInt(void);
#endif /*__TIMER_H__*/
www.eeworm.com/read/381575/9084858
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/184704/9084900
c timer.c
#include
#include "..\..\inc\44b.h"
#include "..\..\inc\44blib.h"
#include "..\..\inc\cputest\timer.h"
void __irq Timer0Done(void);
void __irq Timer1Done(void);
void __irq Timer2Don
www.eeworm.com/read/381484/9090324
c timer.c
#include "timer.h"
#include "ap.h"
extern AP_ATTRIBUTE apAttribute;
void Timer3Init(void)
{
T3IE=1;
TIMER3_INT_ENABLE(T3INT_ON);
T3IF=0;
TIMIF &= ~0x07;//清除中断标志位
T3CC0=maxticks;
www.eeworm.com/read/381484/9090330
h timer.h
#include "board.h"
#define T3INT_ON 1
#define T3INT_OFF 0
#define T3_START 1
#define T3_HALT 0
#define maxticks 0xAA
#define TIMER3_INT_ENABLE(val) T3CTL=val?T3CTL|0x08:T3CTL&~0x08
#de
www.eeworm.com/read/184629/9091512
asm timer.asm
;*******************************************************************************
; FILENAME : TIMER.ASM
; AUTHOR : SONiX
; PURPOSE : TEST T0, TC0, and TC1. To set 10ms interval time for T0, TC0, an