代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/391610/8394928
c timer.c
#include _SFR_H_
#pragma interrupt(Timer=0)
/* IMPORT functions */
extern void enable(void); /* Enable interrupts */
/* LOCAL functions */
static void enable_led( void );
static void Init_
www.eeworm.com/read/192182/8400512
png timer.png
www.eeworm.com/read/192100/8405724
c timer.c
#include "ICETEK-C6713-A.h"
main()
{
unsigned char dbScanCode;
init_emif(); // 初始化emif
InitCTR(); // 初始化ICETEK-CTR
InitInterrupt();
while ( 1 )
{
dbScanCode=GetKey();
www.eeworm.com/read/192099/8405741
c timer.c
/////////////////////////////////////////////////
// Example For ICETEK-VC5416-EDU //
// CTR Version : V4 //
// Filename: Timer.c
www.eeworm.com/read/192099/8405744
cmd timer.cmd
-w
-stack 400h
-heap 100
-l rts.lib
MEMORY
{
PAGE 0:
VECT : o=80h,l=80h
PRAM : o=100h,l=1f00h
PAGE 1:
DRAM : o=2000h,l=1000h
}
SECTIONS
{
.text : {}> PRAM
www.eeworm.com/read/291639/8406375
o timer.o
www.eeworm.com/read/291639/8406377
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/391298/8410861
pwi timer.pwi
www.eeworm.com/read/391298/8410864