代码搜索结果
找到约 10,000 项符合
Clock 的代码
clock.asm.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0}
{ "I
clock.map.qmsg
{ "Info" "IQEXE_SEPARATOR" "" "Info: *******************************************************************" { } { } 3 0 "*******************************************************************" 0 0}
{ "I
clock_a.s43
;*****************************************************************************
; 文件名称:
; clock_A.s43
; 文件说明:
; 程序用于输出不同的时钟频率,以熟练对MSP430时钟模块的设置
; 程序运行后可以得到ACLK=32768、MCLK=SMCLK=3
clock_adjust.c
//======================================================
// 文件名称: Clock_Adjust.c
// 功能描述: 调整日期和时间的函数集
// 维护记录: 2006-08-30 v1.0
//======================================================
#include
clock_adjust.h
#ifndef __CLOCK_ADJUST_h__
#define __CLOCK_ADJUST_h__
// write your header here
void Adjust(void);
#endif
clock_speech.h
#ifndef __CLOCK_SPEECH_h__
#define __CLOCK_SPEECH_h__
// write your header here
extern void PlayNum(unsigned int Num);
extern void PlayYear(unsigned int Year);
extern void PlayMon(unsigned int Mo
clock_speech.c
//======================================================
// 文件名称: Clock_Speech.c
// 功能描述: 语音播报日期和时间的函数集
// 维护记录: 2006-08-30 v1.0
//======================================================
#includ