代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/158897/10721768
class timer.class
www.eeworm.com/read/350637/10724924
c timer.c
#include
#include
#include
int alphanum = 0;
int counter = 0;
void interrupt far handler(void)
{
if (++counter == 273) // 15 seconds
{
alph
www.eeworm.com/read/158805/10728356
inc timer.inc
; ANSI-C/cC++ Compiler for HC08 V-5.0.12 ICG, Oct 6 2000
;
; Automatic generated include file for the assembler
; Generated using the following files :
; file :'C:\motoctest\ucos1\sources\Timer
www.eeworm.com/read/158805/10728382
h timer.h
#ifndef _TIMER_H
#define _TIMER_H
#define TMR_TOF 0x80
#define TMR_TOIE 0x40
#define TMR_TSTOP 0x20
#define TMR_TRST 0x10
#define TMR_PRESCALER 0x00
void TimerInit(void);
void T
www.eeworm.com/read/158805/10728413
c timer.c
#include "timer.h"
#include "includes.h"
#include "hc08jb8.h"
void TimerInit(void)
{
TSC = TMR_TSTOP | TMR_TRST | TMR_TOF; // timer stop and reset
TMODH = (unsigned char)(60000 >> 8);
TM
www.eeworm.com/read/158805/10728576
lst timer.lst
ANSI-C/cC++ Compiler for HC08 V-5.0.12 ICG, Oct 6 2000
1: #include "timer.h"
2: #include "includes.h"
3: #include "hc08jb8.h"
4:
5: void TimerInit(void)
6: {
www.eeworm.com/read/158759/10730206
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/158759/10730362
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 __
www.eeworm.com/read/158759/10730488
o timer.o
www.eeworm.com/read/158759/10730579