📄 rtc.h
字号:
//====================================================================/ File Name : rtc.c
// Function : S3C2413 RTC Test Program
// Date : Sep. 27, 2005
// Version : 0.0
// History
// 0.0 : Programming start (Sep. 27, 2005)
//====================================================================
#ifndef __2413RTC_H__
#define __2413RTC_H__
#ifdef __cplusplus
extern "C" {
#endif
void Ch16_Rtc(void);
void RTC_Set_Current_Time(void);
void RTC_Set_Clock_Read_Clock_Test(void);
#ifdef __cplusplus
}
#endif
#endif //__2413RTC_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -