代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.lso
work
timer.prj
vhdl work timer.vhd
timer.c
#include "ICETEK-C6713-A.h"
main()
{
unsigned char dbScanCode;
init_emif(); // 初始化emif
InitCTR(); // 初始化ICETEK-CTR
InitInterrupt();
while ( 1 )
{
dbScanCode=GetKey();
timer.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ti6000\myprojects\ICETEK-C6713-A\Lab05-Timer\"
ProjectType=Executable
CPUFamily=TM
timer.c
/******************************************************************************/
//
// File Name : Timer.c
// Description : S3C2440 Timer and Watch-dog Function Test
// Version : 0.2
//
timer.h
//=============================================================================
// File Name : Timer.h
// Function : S3C2440 Watch-Dog and Timer Test Head File
// Program : Shin, On Pil (SOP)
/
timer.err
"timer.c", line 293: Warning: C2870W: variable 'toggle' declared but not used
"timer.c", line 398: Warning: C2917W: no side effect in void context: 'unary *'
"timer.c", line 406: Warning: C291