代码搜索:TimerInit

找到约 142 项符合「TimerInit」的源代码

代码结果 142
www.eeworm.com/read/183829/9135864

bak libtimer.h.bak

#ifndef _LIBTIMER_H #define _LIBTIMER_H #define TIMER_TYPE_CYCLE 1 #define TIMER_TYPE_ONE_SHOT 0 extern void TimerInit(int TimerID,int TimerType,int IRQHandler,int s,int ms,int us
www.eeworm.com/read/122460/14689181

bak libtimer.h.bak

#ifndef _LIBTIMER_H #define _LIBTIMER_H #define TIMER_TYPE_CYCLE 1 #define TIMER_TYPE_ONE_SHOT 0 extern void TimerInit(int TimerID,int TimerType,int IRQHandler,int s,int ms,int us
www.eeworm.com/read/451501/1660662

h timer.h

void TimerInit(void); void OSTickISR(void);
www.eeworm.com/read/194557/5129443

h timer.h

void TimerInit(void); void OSTickISR(void);
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/10728462

bak timer.h.bak

#ifndef _TIMER_H #define _TIMER_H #define TMR_TOIE 0x40 #define TMR_TSTOP 0x20 #define TMR_TRST 0x10 #define TMR_PRESCALER 0x00 #define b_TIM_TOF 7 void TimerInit(void); void Tim
www.eeworm.com/read/226829/4779981

c tc.c

#define TC_GLOBALS #include "tc.h" #undef TC_GLOBALS /*------------------------------------------------------------------------------* *- Function name: TimerInit
www.eeworm.com/read/447532/7549666

c main.c

#include /* For EnableInterrupts macro */ #include "lcd.h" /* Include LCD Driver definitions */ void TimerInit(void); /* Initializa
www.eeworm.com/read/447532/7549686

c main.c

#include /* For EnableInterrupts macro */ #include "lcd.h" /* Include LCD Driver definitions */ void TimerInit(void); /* Initializa
www.eeworm.com/read/393688/2472647

tex timer_example.tex

\subsubsection{General Usage} The basic sequence for use of the library is to first call {\tt ESMF\_TimerInit}, either once to initialize the behavior of all timers, or multiple times to initialize in