代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
timer.h
/*****************************************************************************
* timer.h: Header file for NXP LPC23xx/24xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
timer.c
/*****************************************************************************
* timer.c: Timer C file for NXP LPC230x Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
*
timer.mak
/************* Code Composer V1 Project Data ********************
The following section contains data generated by Code Composer
to store project information like build options, source filenames
timer.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\test\C2000\2407EDULab_v299\Lab7-Timer\"
ProjectType=Executable
CPUFamily=TMS320C24
timer.c
#include
#include
#include
int alphanum = 0;
int counter = 0;
void interrupt far handler(void)
{
if (++counter == 273) // 15 seconds
{
alph
timer.c
#include "def.h"
#include "2410addr.h"
#include "2410slib.h"
#include "2410lib.h"
#include "2410slib.h"
#include "timer.h"
#define EXT_XTAL_FREQ 12000000
#define BIOS_TIMER_FREQ 100
U32 SY