STM32F103xB HAL User Manual
Defines
Flags Definitions
RTC Exported Constants

Defines

#define RTC_FLAG_RTOFF   RTC_CRL_RTOFF
#define RTC_FLAG_RSF   RTC_CRL_RSF
#define RTC_FLAG_OW   RTC_CRL_OWF
#define RTC_FLAG_ALRAF   RTC_CRL_ALRF
#define RTC_FLAG_SEC   RTC_CRL_SECF
#define RTC_FLAG_TAMP1F   BKP_CSR_TEF

Define Documentation

#define RTC_FLAG_ALRAF   RTC_CRL_ALRF
#define RTC_FLAG_OW   RTC_CRL_OWF

Overflow flag

Definition at line 317 of file stm32f1xx_hal_rtc.h.

Referenced by HAL_RTC_GetTime(), HAL_RTC_Init(), HAL_RTC_SetTime(), and HAL_RTCEx_RTCIRQHandler().

#define RTC_FLAG_RSF   RTC_CRL_RSF

Registers Synchronized flag

Definition at line 316 of file stm32f1xx_hal_rtc.h.

Referenced by HAL_RTC_DeInit(), and HAL_RTC_WaitForSynchro().

#define RTC_FLAG_RTOFF   RTC_CRL_RTOFF

RTC Operation OFF flag

Definition at line 315 of file stm32f1xx_hal_rtc.h.

#define RTC_FLAG_SEC   RTC_CRL_SECF

Second flag

Definition at line 319 of file stm32f1xx_hal_rtc.h.

Referenced by HAL_RTC_Init(), HAL_RTC_SetTime(), and HAL_RTCEx_RTCIRQHandler().

#define RTC_FLAG_TAMP1F   BKP_CSR_TEF

Tamper Interrupt Flag

Definition at line 320 of file stm32f1xx_hal_rtc.h.

Referenced by HAL_RTCEx_DeactivateTamper(), HAL_RTCEx_PollForTamper1Event(), and HAL_RTCEx_TamperIRQHandler().