代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.c
#include "timer.h"
void InitBt(void)
{
BTCTL=BT_ADLY_1000; // for 1s timer interrupt
//IE2 &= ~BTIE;
IE2 |= BTIE;
}
//时间值转换为LCD显示的单个数字
void time_convert(void)
{
time_disbu
timer.h
#include
#include "main.h"
#include "key.h"
#include "display.h"
void InitBt(void);
void time_convert(void);
void set_time(void);
timer.h
#ifndef _TIMER_H
#define _TIMER_H
#define FCLK_260M ((252
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
timer.c
/*************************************************************
定时器应用,设定定时器的产生中断间隔与DSP的工作时钟频率不一致,不
是一个变量关系。
*************************************************************/
/**********************
timer.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="TIMER"
ProjectDir="C:\ti\myprojects\exp3_04_timer\TIMER\"
ProjectType=Executable
CP
timer.map
******************************************************************************
TMS320C24xx COFF Linker Version 7.01
*****************************************************