代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/282423/9095591
mak 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
www.eeworm.com/read/282423/9095604
out timer.out
www.eeworm.com/read/381247/9100627
h timer.h
/*****************************************************************************
* timer.h: Header file for NXP LPC23xx/24xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
www.eeworm.com/read/381247/9100632
c timer.c
/*****************************************************************************
* timer.c: Timer C file for NXP LPC230x Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
*
www.eeworm.com/read/282293/9104846
mak 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
www.eeworm.com/read/282293/9104859
pjt 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
www.eeworm.com/read/282293/9104864
paf timer.paf
www.eeworm.com/read/282293/9104873
out timer.out
www.eeworm.com/read/282274/9107709
c timer.c
#include
#include
#include
int alphanum = 0;
int counter = 0;
void interrupt far handler(void)
{
if (++counter == 273) // 15 seconds
{
alph
www.eeworm.com/read/282237/9110888
c 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