代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.src
[Files]
timer.c
[Headers]
[Documents]
timer.lk
timer.o
timer.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
timer.prj
[Compiler Options]
Edit1=C:\avr\icc\include\
Edit2=C:\avr\icc\lib\
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=8192
Edit10=1024
ComboBox2=12
RadioGro
timer.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="C:\ti2000\myprojects\SPI_0608\timer\"
ProjectType=Executable
CPUFamily=TMS320C28XX
T
timer.c
#include "My_head.h"
/**************************************************/
#define TIMER_SIZE 6
TIMER_EVENT idata Timer_s[TIMER_SIZE];
BYTE Timer_Count=0; //for main and other.
timer.c
/*
* TIMER.C - Testclient for message queues.
*
*
* PROGRAMMER: Martti Ylikoski
* CREATED: 3.4.1991
*/
static char *VERSION = "Version 1.1. Copyright (c) Martti Ylikoski, 1991" ;
/*