代码搜索结果
找到约 10,000 项符合
RTC 的代码
rtc.h
void Init_RTC(void);
void Init_Interrupts(void);
rtc.mak
# Generated by the VisualDSP++ IDDE
# Note: Any changes made to this Makefile will be lost the next time the
# matching project file is loaded into the IDDE. If you wish to preserve
# changes,
rtc.dpj
ADSP-BF
rtc.ldf
/* MANAGED-BY-SYSTEM-BUILDER */
/*
** ADSP-BF531 linker description file generated on Apr 25, 2007 at 21:50:15.
**
** Copyright (C) 2000-2006 Analog Devices Inc., A
rtc.c
#include "def.h"
#include "2410addr.h"
#include "rtcapi.h"
#include "2410lib.h"
#define TotSecPerDay 86400
#define TotDaysPerYear 365
#define TotDaysPer4Year 1461
#define TotDaysPer100Year
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
rtc.c
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\rtc.h"
void __irq Rtc_Tick(void);
char *date[8] = {"","SUN","MON","TUE","WED","THU","FRI","SAT"};
volatile unsigned int sec_t