代码搜索:TimerInit
找到约 142 项符合「TimerInit」的源代码
代码结果 142
www.eeworm.com/read/229327/14344768
h timerhc12.h
/* timerHC12.h - timer header for Motorola HC12 */
/*****************************************************
* *
* copyright (c) 2002 by 3SOFT Gm
www.eeworm.com/read/332442/12757900
c main.c
#include "inc/config.h"
static BOOL t_is_read=true;
int main(void)
{
cli() ;
TimerInit() ;
sei();
SynRamFromE2prom();
DisplayTemperature(1300);
Disp
www.eeworm.com/read/393688/2472643
tex timer_opt.tex
This table summarizes the options that may be passed to the
{\tt ESMF\_TimerInit} call. Each option takes an associated value of
either 1 (true/enable) or 0 (false/disable).
\smallskip
\begin{tabu
www.eeworm.com/read/248211/4470646
makefile
TOP = ../..
DEFS =
include ../../Makefile.inc
OBJECTS = \
busywait.o \
settime.o \
timerinit.o \
usleep.o
all: $(OBJECTS) $(BASELIB)
.PHONY : $(BASELIB)
$(BASELIB):
$(AR) -rcs $@ ${OBJECTS}
www.eeworm.com/read/432027/8637176
cpp timer.cpp
#include "stdafx.h"
#include "timer.h"
unsigned int lowshift;
double pfreq;
static double curtime = 0.0;
static double lastcurtime = 0.0;
LARGE_INTEGER g_freq;
int TimerInit()
{
unsig
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/426182/10276327
c timer.c
//Main.c
#include "Preprocess.h"
#include "Timer.h"
CALL_BACK g_pTcTaskHandler;
VOID TimerInit (CALL_BACK pHandler){
//init the timer interrupt counter
g_pTcTaskHandler = pH
www.eeworm.com/read/122460/14689183
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/19174/821053
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/19207/825583
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