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

Macros

#define RTC_EXTI_LINE_TAMPER_TIMESTAMP_EVENT   EXTI_IMR_MR21
 
#define RTC_EXTI_LINE_WAKEUPTIMER_EVENT   EXTI_IMR_MR22
 
#define RTC_TAMPER_ENABLE_BITS_MASK   RTC_TAMPER_1
 
#define RTC_TAMPER_FLAGS_MASK   RTC_FLAG_TAMP1F
 

Detailed Description

Macro Definition Documentation

◆ RTC_EXTI_LINE_TAMPER_TIMESTAMP_EVENT

#define RTC_EXTI_LINE_TAMPER_TIMESTAMP_EVENT   EXTI_IMR_MR21

#include <stm32f4xx_hal_rtc_ex.h>

External interrupt line 21 Connected to the RTC Tamper and Timestamp event

Definition at line 924 of file stm32f4xx_hal_rtc_ex.h.

◆ RTC_EXTI_LINE_WAKEUPTIMER_EVENT

#define RTC_EXTI_LINE_WAKEUPTIMER_EVENT   EXTI_IMR_MR22

#include <stm32f4xx_hal_rtc_ex.h>

External interrupt line 22 Connected to the RTC Wakeup event

Definition at line 925 of file stm32f4xx_hal_rtc_ex.h.

◆ RTC_TAMPER_ENABLE_BITS_MASK

#define RTC_TAMPER_ENABLE_BITS_MASK   RTC_TAMPER_1

#include <stm32f4xx_hal_rtc_ex.h>

Definition at line 941 of file stm32f4xx_hal_rtc_ex.h.

◆ RTC_TAMPER_FLAGS_MASK

#define RTC_TAMPER_FLAGS_MASK   RTC_FLAG_TAMP1F

#include <stm32f4xx_hal_rtc_ex.h>

Definition at line 943 of file stm32f4xx_hal_rtc_ex.h.