代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/183829/9135854
o timer.o
www.eeworm.com/read/183829/9135867
mcp timer.mcp
www.eeworm.com/read/183829/9135870
c timer.c
#include "timer.h"
#include "libtimer.h"
#include "libvic.h"
void TimerInit(int TimerID,int TimerType,int IRQHandler,int s,int ms,int us)
{
StructTimer *Timer;
if(TimerID==1)
Timer
www.eeworm.com/read/183829/9135874
h timer.h
#ifndef _TIMER_H
#define _TIMER_H
typedef volatile unsigned int ARMREG;
typedef struct
{
ARMREG TIR;
ARMREG TTCR;
ARMREG TTC;
ARMREG TPR;
ARMREG TPC;
ARMREG
www.eeworm.com/read/281650/9144361
c timer.c
#include
#include "machine.h"
int main()
{
int i;
unsigned long ticks;
printk("\ntimer test code\n");
OIER = 0x0;
OWER = 0x0;
OSMR0 = 0;
OSSR = 0xf;
OIER |= OIER_E0;
OSCR = 0;
www.eeworm.com/read/183678/9145620
h timer.h
#define TMR_TOIE 0x40 /* 6808 timer overflow interrupt enable */
#define TMR_TSTOP 0x20 /* 6808 timer stop */
#define TMR_TRST 0x10 /* 6808 timer reset */
#define TMR_PRESCALER 0x00 /* TIM cloc
www.eeworm.com/read/183678/9145642
c timer.c
#include
#include "timer.h"
#include "includes.h"
/*****************************************************************************************************
www.eeworm.com/read/183593/9149901
o timer.o
www.eeworm.com/read/183593/9149950
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/183593/9150054
c timer.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\timer.h"
void __irq Timer0Done(void);
void __irq Timer1Done(void);
void __irq Timer2Done(void);
void __