⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rtc.h

📁 三星2413芯片的测试代码,对进行驱动开发很有帮助.
💻 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 + -