代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/304398/13794995
class timer.class
www.eeworm.com/read/303965/13805921
c timer.c
/*****************************************************************************/
/* timer.h: Philips LPC214x家族微控制器定义定时器的C文件 */
/* 作者:焦进星
www.eeworm.com/read/303965/13805926
h timer.h
/*****************************************************************************/
/* timer.h: Philips LPC214x家族微控制器定义定时器的头文件 */
/* 作者:焦进星
www.eeworm.com/read/303965/13805988
o timer.o
www.eeworm.com/read/303914/13806269
c timer.c
//timer.c
//Catinux 040811
// Include Standart LIB files
#include "include/AT91RM9200.h"
#include "include/lib_AT91RM9200.h"
#include "drv/eb55.h"
#include "drv/timer.h"
extern void timer0_
www.eeworm.com/read/303914/13806271
h timer.h
//Interrupt_timer.h
//Catinux 040811
#ifndef __TIMER_H
#define __TIMER_H
void Timer0_Init (void );
void Timer1_Init (void );
void Timer2_Init (void );
void Timer3_Init (void );
#endif
www.eeworm.com/read/303885/13807216
bsf timer.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/303885/13807228
v timer.v
module timer(clk,reset,start,sec,min,hour,day);
input clk,reset,start; // Tclk=0.25s
output[7:0] sec,min,hour;
output day;
reg[7:0] sec,min,hour;
reg min_clk,h_clk,day;
reg started
www.eeworm.com/read/303885/13807316
vwf timer.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/303876/13807756
pjt timer.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\book\test4\timer\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool="Compiler"