代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/245586/12793164
o timer.o
www.eeworm.com/read/245586/12793182
c timer.c
#include "hos.h"
void timer_isr(void);
unsigned long systick;
void timer_handler(void)
{
systick++;
// decrease counter of current
current->counter--;
if (!current->counter){// switch
current
www.eeworm.com/read/245586/12793206
h timer.h
#ifndef __TIMER_H_
#define __TIMER_H_
/* Port of the 8253 register in the PC */
#define TIMER_PORT0 0x40
#define TIMER_PORT1 0x41
#define TIMER_PORT2 0x42
#define MODECTRL 0x43
/* Timer Mode */
#def
www.eeworm.com/read/331913/12801084
s timer.s
TIME_LENGTH = 1190
.global setup_timer
setup_timer:
/* init 8259 for interruption */
movb $(0x11),%al
outb %al,$(0x20)
movb $(0x20),%al
outb %al,$(0x21)
movb $(0x04),%al
outb %al,$(
www.eeworm.com/read/331901/12802363
cpp timer.cpp
#include "timer.h"
TimerObj::TimerObj (void)
{
Init ();
}
void TimerObj::Init(void)
{
Timer0Init ();
Timer1Init ();
}
void TimerObj::Timer0Init(void)
{
}
void TimerO
www.eeworm.com/read/331901/12802428
h timer.h
#include "main.h"
#ifndef __DSP5402_TIMER_H
#define __DSP5402_TIMER_H
#ifdef __cplusplus
extern "C"
{
#endif
extern class TimerObj Timer;
class TimerObj;
class TimerObj
{
private:
www.eeworm.com/read/331893/12802524
cpp timer.cpp
#include "timer.h"
TimerObj::TimerObj (void)
{
Init ();
}
//inline
void TimerObj::Init(void)
{
if (RamTest != 0x55aa)//内存被破坏
{
CountA = 0;
CountB = 0;
}
www.eeworm.com/read/331893/12802553
h timer.h
#include "main.h"
#ifdef __IAR_SYSTEMS_ICC__
#ifndef _SYSTEM_BUILD
#pragma system_include
#endif
#endif
#ifndef __MSP430_TIMER_H
#define __MSP430_TIMER_H
#ifdef __cplusplus
extern "C"
www.eeworm.com/read/144234/12806347
obj timer.obj
www.eeworm.com/read/144234/12806354
lst timer.lst
C51 COMPILER V7.50 TIMER 11/15/2005 22:36:20 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN T