代码搜索结果
找到约 10,000 项符合
RTC 的代码
mk48t59.h
/*
* Registers for the mk48t59 real-time-clock
*/
#ifndef _PPC_MK48T59_H
#define _PPC_MK48T59_H
/* RTC Offsets */
#define MK48T59_RTC_SECONDS 0x1FF9
#define MK48T59_RTC_MINUTES 0x1FFA
#define M
mk48t59.h
/*
* Registers for the mk48t59 real-time-clock
*/
#ifndef _PPC_MK48T59_H
#define _PPC_MK48T59_H
/* RTC Offsets */
#define MK48T59_RTC_SECONDS 0x1FF9
#define MK48T59_RTC_MINUTES 0x1FFA
#define M
debug.lkf
-z -q -c -m"./Debug/RTC.map" -o"./Debug/RTC.out" -x -i"C:/ti2000/c2000/bios/lib" -i"C:/ti2000/c2000/rtdx/lib" -i"C:/ti2000/c2000/cgtools/lib"
"C:\ti2000\myprojects\RTC_2812\Debug\DSP28_Adc.obj"
"C:\
debug.lkv
-z -q -c -m"./Debug/RTC.map" -o"./Debug/RTC.out" -x -i"C:/ti2000/c2000/bios/lib" -i"C:/ti2000/c2000/rtdx/lib" -i"C:/ti2000/c2000/cgtools/lib"
"C:\ti2000\myprojects\RTC_2812\Debug\DSP28_Adc.obj"
"C:\
debug.lkf
-z -q -c -m"./Debug/RTC.map" -o"./Debug/RTC.out" -x -i"C:/ti2000/c2000/bios/lib" -i"C:/ti2000/c2000/rtdx/lib" -i"C:/ti2000/c2000/cgtools/lib"
"C:\ti2000\myprojects\RTC_2812\Debug\DSP28_Adc.obj"
"C:\
debug.lkv
-z -q -c -m"./Debug/RTC.map" -o"./Debug/RTC.out" -x -i"C:/ti2000/c2000/bios/lib" -i"C:/ti2000/c2000/rtdx/lib" -i"C:/ti2000/c2000/cgtools/lib"
"C:\ti2000\myprojects\RTC_2812\Debug\DSP28_Adc.obj"
"C:\
defines.h
// Helper macros
#define SAFE_RELEASE(x) {if(x){(x)->Release();(x)=NULL;}}
#define SAFE_FREE_STRING(x) {if(x){SysFreeString(x);(x)=NULL;}}
// User Define RTC Event
#define WM_RTC_EVENT WM_U
main.c
#include "define.h"
#include "message.h"
#include "interrupt.h"
#include "system.h"
#include "max6955.h"
#ifdef SMTIMER
#include "smarttimer.h"
#endif
#ifdef RTC
#include "rtc.h"
#endif
#if
defines.h
// Helper macros
#define SAFE_RELEASE(x) {if(x){(x)->Release();(x)=NULL;}}
#define SAFE_FREE_STRING(x) {if(x){SysFreeString(x);(x)=NULL;}}
// User Define RTC Event
#define WM_RTC_EVENT WM_U
defines.h
// Helper macros
#define SAFE_RELEASE(x) {if(x){(x)->Release();(x)=NULL;}}
#define SAFE_FREE_STRING(x) {if(x){SysFreeString(x);(x)=NULL;}}
// User Define RTC Event
#define WM_RTC_EVENT WM_U