代码搜索:RTC模块
找到约 10,000 项符合「RTC模块」的源代码
代码结果 10,000
www.eeworm.com/read/355560/10257539
h 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
www.eeworm.com/read/355560/10257559
c 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
www.eeworm.com/read/355560/10257576
bin rtc.bin
www.eeworm.com/read/355560/10257577
axf rtc.axf
www.eeworm.com/read/355560/10257591
o rtc.o
www.eeworm.com/read/355560/10257608
mcp rtc.mcp
www.eeworm.com/read/355554/10257837
h rtc.h
#ifndef __RTC_H__
#define __RTC_H__
#include "..\inc\def.h"
#define RTC_SECOND_CHANGE 1
#define RTC_MINUTE_CHANGE 2
#define RTC_HOUR_CHANGE 3
#define RTC_DAY_CHANGE 4
#define RTC_MONTH_CHANGE
www.eeworm.com/read/355203/10285775
h rtc.h
#ifndef RTC_H
#define RTC_H
typedef struct
{
int year;
int month;
int day;
int weekday;
int hour;
int min;
int sec;
}TIME;
void resetRTC(void);
void readRTC(TIME* ptim
www.eeworm.com/read/355203/10286089
c rtc.c
/*************************************************************************/
/* */
/* Copyright Shenzhen Watertek S
www.eeworm.com/read/355198/10286395
h rtc.h
#ifndef RTC_H
#define RTC_H
typedef struct
{
int year;
int month;
int day;
int weekday;
int hour;
int min;
int sec;
}TIME;
void resetRTC(void);
void readRTC(TIME* ptim