RTC functions for STM32F103

Committer:
olympux
Date:
Fri Sep 16 19:34:41 2016 +0000
Revision:
0:22eb12b5dd2f
Add enable LSE clock

Who changed what in which revision?

UserRevisionLine numberNew contents of line
olympux 0:22eb12b5dd2f 1 #ifndef __NNIO_STM32F10X_RTC_H
olympux 0:22eb12b5dd2f 2 #define __NNIO_STM32F10X_RTC_H
olympux 0:22eb12b5dd2f 3
olympux 0:22eb12b5dd2f 4 #include "stm32f10x_rtc.h"
olympux 0:22eb12b5dd2f 5 #include "stm32f10x_bkp.h"
olympux 0:22eb12b5dd2f 6 #include "stm32f10x_pwr.h"
olympux 0:22eb12b5dd2f 7
olympux 0:22eb12b5dd2f 8 void RTC_Init(void);
olympux 0:22eb12b5dd2f 9 void RTC_Configuration(void);
olympux 0:22eb12b5dd2f 10
olympux 0:22eb12b5dd2f 11 #endif // __NNIO_STM32F10X_RTC_H