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

📄 rtc.h

📁 ucos-II 在英飞凌xc164的移植
💻 H
字号:
//****************************************************************************
// @Module        Real Timer Clock (RTC)
// @Filename      RTC.H
// @Project       rtc.dav




#ifndef _RTC_H_
#define _RTC_H_

//****************************************************************************
// @Global Variables
//****************************************************************************



//****************************************************************************
// @Prototypes Of Global Functions
//****************************************************************************

void RTC_vInit(void);

//****************************************************************************
// @Interrupt Vectors
//****************************************************************************

#define RTCINT    0x5D


// USER CODE BEGIN (RTC_Header,9)

// USER CODE END


#endif  // ifndef _RTC_H_

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -