代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/308013/13711352
obj timer.obj
www.eeworm.com/read/307958/13712702
asm timer.asm
;*******************************************************************************
; FILENAME : TIMER.ASM
; AUTHOR : SONiX
; PURPOSE : TEST T0, TC0, and TC1. To set 10ms interval time for T0, TC0, an
www.eeworm.com/read/307895/13713304
cpp timer.cpp
#include "timer.h"
TimerObj::TimerObj (void)
{
Init ();
}
void TimerObj::Init(void)
{
InitCpuTimers();
Timer0Init ();
Timer1Init ();
Timer2Init ();
}
void TimerObj::
www.eeworm.com/read/307895/13713323
h timer.h
#include "main.h"
#ifndef __DSP28XX_TIMER_H
#define __DSP28XX_TIMER_H
#ifdef __cplusplus
extern "C"
{
#endif
class TimerObj;
class TimerObj
{
private:
public:
TimerObj(void);
www.eeworm.com/read/307895/13713324
obj timer.obj
www.eeworm.com/read/307666/13717779
mcp timer.mcp
www.eeworm.com/read/307407/13723395
c timer.c
/*
* Copyright (C) 2001, Spectrum Digital, Inc. All Rights Reserved.
*/
#include "5509.h"
#include "util.h"
unsigned short int Timer_Test()
{
PC55XX_TIMER pTIM0 = (PC55XX_TIMER)C55
www.eeworm.com/read/307308/13724339
c timer.c
#include "msp430x12x2.h"
/***************************************************/
//timerA's init and delay functions
unsigned int RND[40] = {3896,3116,4676,3896,3216,4576,3896,3316,4476,3896, 4676,3
www.eeworm.com/read/307308/13724340
h timer.h
/***************************************************/
//timerA's init and delay functions
void delayNms (unsigned int n);
void delay300us (void);
void delay30us (void);
void initTimerA(void);
www.eeworm.com/read/307232/13726160
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