HAL
RTC_RSF_MASK is only used within HAL.
 
Symbols
loading...
Files
loading...

RTC_RSF_MASK macro

Syntax

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

References

LocationText
stm32f4xx_hal_rtc.h:783
#define RTC_RSF_MASK ((uint32_t)~(RTC_ISR_INIT | RTC_ISR_RSF))
stm32f4xx_ll_rtc.h:48
#define RTC_RSF_MASK ((uint32_t)~(RTC_ISR_INIT | RTC_ISR_RSF))
stm32f4xx_hal_rtc.c:1681
hrtc->Instance->ISR = ((uint32_t)(RTC_RSF_MASK & RTC_ISR_RESERVED_MASK));