代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.c
#include
#include
#include
int alphanum = 0;
int counter = 0;
void interrupt far handler(void)
{
if (++counter == 273) // 15 seconds
{
alph
timer.h
/*********************************************************************************************
* File: TIMER.H
* Author: embest
* Desc: TIMER header file
* History:
****************************
timer.d
.\Run_In_Flash\timer.o: ..\src\timer.c
.\Run_In_Flash\timer.o: ..\..\Common_Files\inc\44b.h
.\Run_In_Flash\timer.o: ..\..\Common_Files\inc\option.h
.\Run_In_Flash\timer.o: ..\..\Common_Files\inc\44
timer.d
.\Run_In_Ram\timer.o: ..\src\timer.c
.\Run_In_Ram\timer.o: ..\..\Common_Files\inc\44b.h
.\Run_In_Ram\timer.o: ..\..\Common_Files\inc\option.h
.\Run_In_Ram\timer.o: ..\..\Common_Files\inc\44blib.h
timer.c
/*********************************************************************************************
* File: timer.c
* Author: embest
* Desc: Timer source code
* History:
*****************************
timer.c
/**********************************************************************
* Function: InitTimer0() *
* Description: Initializes 32-bit Timer1 in the C28x C