代码搜索结果

找到约 10,000 项符合 RTC 的代码

rtc.mak

/************* Code Composer V1 Project Data ******************** The following section contains data generated by Code Composer to store project information like build options, source filenames

rtc.map

****************************************************************************** TMS320C1x/C2x/C2xx/C5x COFF Linker Version 7.00 ******************************************

rtc.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="E:\SEED-DEC2407\03. Examples of Program\01. DSP\RTC\" ProjectType=Executable CPUFamil

rtc.cmd

/* SOLUTION FILE FOR LAB11.CMD */ -stack 0x100 MEMORY { PAGE 0: VECS origin = 0000h, length = 0040h FLASH: origin = 100h, length = 7F00h

rtc.h

#ifndef __RTC_H__ #define __RTC_H__ int Test_Rtc_Alarm(void); void Test_Rtc_Tick(void); void Display_Rtc(void); void Rtc_Init(void); #define TESTYEAR (0x99) #define TESTMONTH (0x12) #d