STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
RTC Private Constants
Collaboration diagram for RTC Private Constants:

Macros

#define RTC_TR_RESERVED_MASK
 
#define RTC_DR_RESERVED_MASK
 
#define RTC_ISR_RESERVED_MASK   ((uint32_t)(RTC_FLAGS_MASK | RTC_ISR_INIT))
 
#define RTC_INIT_MASK   0xFFFFFFFFU
 
#define RTC_RSF_MASK   ((uint32_t)~(RTC_ISR_INIT | RTC_ISR_RSF))
 
#define RTC_FLAGS_MASK
 
#define RTC_TIMEOUT_VALUE   1000U
 
#define RTC_EXTI_LINE_ALARM_EVENT   EXTI_IMR_MR17
 

Detailed Description

Macro Definition Documentation

◆ RTC_TR_RESERVED_MASK

#define RTC_TR_RESERVED_MASK

#include <stm32f4xx_hal_rtc.h>

Value:
((uint32_t)(RTC_TR_HT | RTC_TR_HU | \
RTC_TR_MNT | RTC_TR_MNU | \
RTC_TR_ST | RTC_TR_SU | \
RTC_TR_PM))

Definition at line 773 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_RTC_GetTime(), HAL_RTC_SetTime(), and HAL_RTCEx_GetTimeStamp().

◆ RTC_DR_RESERVED_MASK

#define RTC_DR_RESERVED_MASK

#include <stm32f4xx_hal_rtc.h>

Value:
((uint32_t)(RTC_DR_YT | RTC_DR_YU | \
RTC_DR_MT | RTC_DR_MU | \
RTC_DR_DT | RTC_DR_DU | \
RTC_DR_WDU))

Definition at line 777 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_RTC_GetDate(), HAL_RTC_SetDate(), and HAL_RTCEx_GetTimeStamp().

◆ RTC_ISR_RESERVED_MASK

#define RTC_ISR_RESERVED_MASK   ((uint32_t)(RTC_FLAGS_MASK | RTC_ISR_INIT))

#include <stm32f4xx_hal_rtc.h>

Definition at line 781 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_RTC_WaitForSynchro().

◆ RTC_INIT_MASK

#define RTC_INIT_MASK   0xFFFFFFFFU

#include <stm32f4xx_hal_rtc.h>

Definition at line 782 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_InitTick(), and HAL_RTC_AlarmAEventCallback().

◆ RTC_RSF_MASK

#define RTC_RSF_MASK   ((uint32_t)~(RTC_ISR_INIT | RTC_ISR_RSF))

#include <stm32f4xx_hal_rtc.h>

Definition at line 783 of file stm32f4xx_hal_rtc.h.

Referenced by HAL_RTC_WaitForSynchro().

◆ RTC_FLAGS_MASK

#define RTC_FLAGS_MASK

#include <stm32f4xx_hal_rtc.h>

Value:
((uint32_t)(RTC_FLAG_INITF | RTC_FLAG_INITS | \
#define RTC_TAMPER_FLAGS_MASK
#define RTC_FLAG_RECALPF
#define RTC_FLAG_WUTWF
#define RTC_FLAG_TSOVF
#define RTC_FLAG_RSF
#define RTC_FLAG_INITF
#define RTC_FLAG_SHPF
#define RTC_FLAG_TSF
#define RTC_FLAG_ALRBF
#define RTC_FLAG_INITS
#define RTC_FLAG_ALRBWF
#define RTC_FLAG_ALRAWF
#define RTC_FLAG_ALRAF
#define RTC_FLAG_WUTF

Definition at line 784 of file stm32f4xx_hal_rtc.h.

◆ RTC_TIMEOUT_VALUE

◆ RTC_EXTI_LINE_ALARM_EVENT

#define RTC_EXTI_LINE_ALARM_EVENT   EXTI_IMR_MR17

#include <stm32f4xx_hal_rtc.h>

External interrupt line 17 Connected to the RTC Alarm event

Definition at line 794 of file stm32f4xx_hal_rtc.h.