代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/293264/8303819
mcp timer.mcp
www.eeworm.com/read/392996/8316274
cpp timer.cpp
// timer.cc
// Routines to emulate a hardware timer device.
//
// A hardware timer generates a CPU interrupt every X milliseconds.
// This means it can be used for implementing time-slicing
www.eeworm.com/read/392996/8316301
h timer.h
// timer.h
// Data structures to emulate a hardware timer.
//
// A hardware timer generates a CPU interrupt every X milliseconds.
// This means it can be used for implementing time-slicing, or for
//
www.eeworm.com/read/392953/8317935
h timer.h
#ifndef _TIMER_H
#define _TIMER_H
#define FCLK_260M ((252
www.eeworm.com/read/392953/8317991
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/392952/8318054
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/392952/8318150
h timer.h
#ifndef _TIMER_H
#define _TIMER_H
#define FCLK_260M ((252
www.eeworm.com/read/292944/8321569
c timer.c
#include "config.h"
sbit IR_Line = P3^7;
sbit KEY = P1^1;
bit REC_IR_STA=0;
unsigned int IR_cnt=0;
uchar Rev_IR_DAT[60];
uchar Rev_Byte= 0;
uchar Rev_bit = 0;
bit Rev_OK =
www.eeworm.com/read/392869/8322070
h timer.h
#ifndef __TIMER_H__
#define __TIMER_H__
void vTimer(unsigned char ucKeyCode);
#endif