代码搜索:RTC模块
找到约 10,000 项符合「RTC模块」的源代码
代码结果 10,000
www.eeworm.com/read/283201/9035748
h rtc.h
#ifndef __RTC_H__
#define __RTC_H__
int Test_Rtc_Alarm(void);
void Test_Rtc_Tick(void);
void Display_Rtc(void);
void DisplayRtc(void);
void Rtc_Init(void);
#define TESTYEAR (0x07)
#defi
www.eeworm.com/read/283201/9035869
c rtc.c
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\rtc.h"
void __irq Rtc_Tick(void);
void __irq Rtc_display(void);
char *date[8] = {"","SUN","MON","TUE","WED","THU","FRI","SAT"
www.eeworm.com/read/185402/9039100
c 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
www.eeworm.com/read/185402/9039249
o rtc.o
www.eeworm.com/read/283028/9046534
c rtc.c
/*****************************************************************************
* rtc.c: Realtime clock C file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semic
www.eeworm.com/read/283028/9046535
h rtc.h
/*****************************************************************************
* rtc.h: Header file for Philips LPC214x Family Microprocessors
*
* Copyright(C) 2006, Philips Semiconductor
www.eeworm.com/read/283028/9046537
prj rtc.prj
# Standard Project file created by RVDEBUG. Do not hand edit unless
# you know what you are doing. Use the Settings Window
# Copyright (c) 2002 - ARM Ltd
$sARM_C22.stp
[PROJECT]
author_=USB00423
www.eeworm.com/read/381702/9076652
c 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
www.eeworm.com/read/381603/9083833
o rtc.o
www.eeworm.com/read/381603/9083872
h rtc.h
typedef union
{ uint32 l_word;
struct
{
uint32 hour :8;
uint32 minute :8;
uint32 second :16;
}fields;
} type_RTC_time_rec;
typedef union
{ uint32 l_word;
str