STM32F10x Standard Peripherals Library  3.5.0
/opt/STM32F10x_StdPeriph_Lib_V3.5.0/Libraries/STM32F10x_StdPeriph_Driver/src/stm32f10x_rtc.c File Reference

This file provides all the RTC firmware functions. More...

#include "stm32f10x_rtc.h"

Go to the source code of this file.

Defines

#define RTC_LSB_MASK   ((uint32_t)0x0000FFFF)
#define PRLH_MSB_MASK   ((uint32_t)0x000F0000)

Functions

void RTC_ITConfig (uint16_t RTC_IT, FunctionalState NewState)
 Enables or disables the specified RTC interrupts.
void RTC_EnterConfigMode (void)
 Enters the RTC configuration mode.
void RTC_ExitConfigMode (void)
 Exits from the RTC configuration mode.
uint32_t RTC_GetCounter (void)
 Gets the RTC counter value.
void RTC_SetCounter (uint32_t CounterValue)
 Sets the RTC counter value.
void RTC_SetPrescaler (uint32_t PrescalerValue)
 Sets the RTC prescaler value.
void RTC_SetAlarm (uint32_t AlarmValue)
 Sets the RTC alarm value.
uint32_t RTC_GetDivider (void)
 Gets the RTC divider value.
void RTC_WaitForLastTask (void)
 Waits until last write operation on RTC registers has finished.
void RTC_WaitForSynchro (void)
 Waits until the RTC registers (RTC_CNT, RTC_ALR and RTC_PRL) are synchronized with RTC APB clock.
FlagStatus RTC_GetFlagStatus (uint16_t RTC_FLAG)
 Checks whether the specified RTC flag is set or not.
void RTC_ClearFlag (uint16_t RTC_FLAG)
 Clears the RTC's pending flags.
ITStatus RTC_GetITStatus (uint16_t RTC_IT)
 Checks whether the specified RTC interrupt has occurred or not.
void RTC_ClearITPendingBit (uint16_t RTC_IT)
 Clears the RTC's interrupt pending bits.

Detailed Description

This file provides all the RTC firmware functions.

Author:
MCD Application Team
Version:
V3.5.0
Date:
11-March-2011
Attention:

THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.

© COPYRIGHT 2011 STMicroelectronics

Definition in file stm32f10x_rtc.c.