RTC functions for STM32F103

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers nnio_stm32f10x_rtc.h Source File

nnio_stm32f10x_rtc.h

00001 #ifndef __NNIO_STM32F10X_RTC_H
00002 #define __NNIO_STM32F10X_RTC_H
00003 
00004 #include "stm32f10x_rtc.h"
00005 #include "stm32f10x_bkp.h"
00006 #include "stm32f10x_pwr.h"
00007 
00008 void RTC_Init(void);
00009 void RTC_Configuration(void);
00010 
00011 #endif // __NNIO_STM32F10X_RTC_H