代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/312107/13619289
paf timer.paf
www.eeworm.com/read/311470/13630417
c timer.c
#include
#include
void counter0_init(void) //对待测频率进行采样计数
{
T0CS = 1;
T0SE = 1;
PSA = 0;
PS2 = 1;
PS1 = 1;
PS0 = 1;
TRISA4 = 1; //引脚为输入管脚
TMR0 = 0x00;
}
www.eeworm.com/read/311318/13632443
o timer.o
www.eeworm.com/read/311318/13632444
c timer.c
#include
#include
#include
struct timeval tpstart,tpend;
float timeuse;
static timer_count = 0;
void prompt_info(int signo)
{
time_t t = time(NULL);
/* [1]
www.eeworm.com/read/311309/13632621
c timer.c
/**************************************************************************************************
*
* Copyright (c) 2002
www.eeworm.com/read/311309/13632631
o timer.o
www.eeworm.com/read/311309/13632669
o timer.o
www.eeworm.com/read/311309/13632679
c timer.c
/**************************************************************************************************
*
* FILENAME
* ti
www.eeworm.com/read/310999/13638397
c timer.c
/*
*******************************************************************************
**
** This device driver was created by Applilet for the 78K0/KB2, 78K0/KC2,
** 78K0/KD2, 78K0/KE2 and 78K0/KF2
www.eeworm.com/read/310999/13638399
h timer.h
/*
*******************************************************************************
**
** This device driver was created by Applilet for the 78K0/KB2, 78K0/KC2,
** 78K0/KD2, 78K0/KE2 and 78K0/KF2