代码搜索:TimerInit
找到约 142 项符合「TimerInit」的源代码
代码结果 142
www.eeworm.com/read/19246/829099
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/19263/832287
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/487093/1242707
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/232878/4695958
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/232461/4698756
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/365646/2896237
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/183829/9135852
bak timer.c.bak
#include "libtimer.h"
void TimerInit(int TimerID,int TimerType,void *IRQHandler,int s,int ms,int us)
{
StructTimer *Timer;
if(TimerID==1)
Timer = TIMER1;
else
Timer = TIMER0;
Ti
www.eeworm.com/read/122460/14689174
bak timer.c.bak
#include "libtimer.h"
void TimerInit(int TimerID,int TimerType,void *IRQHandler,int s,int ms,int us)
{
StructTimer *Timer;
if(TimerID==1)
Timer = TIMER1;
else
Timer = TIMER0;
Ti
www.eeworm.com/read/241079/13170890
c init.c
#include "Init.h"
#include "yx_key.h"
//对定时器进行操作
void TimerInit()
{
unsigned char i;
///////////////////////////////
// P2DIR &= ~BIT6;
//////////////////////////////
FLL_CTL1 = XT2OF
www.eeworm.com/read/158805/10728438
bak timer.c.bak
#include "timer.h"
#include "includes.h"
#include "hc08jb8.h"
void TimerInit(void)
{
TSC = TMR_TSTOP | TMR_TRST; // timer stop and reset
TMODH = (unsigned char)(60000 >> 8);
TMODL = (uns