STM32H735xx HAL User Manual
Defines
RTC Tamper Mask Flag Definitions
RTC Exported Constants

Defines

#define RTC_TAMPERMASK_FLAG_DISABLE   0x00000000u
#define RTC_TAMPERMASK_FLAG_ENABLE   RTC_TAMPCR_TAMP1MF
#define RTC_TAMPER_1_MASK_FLAG   RTC_TAMPCR_TAMP1MF
#define RTC_TAMPER_2_MASK_FLAG   RTC_TAMPCR_TAMP2MF
#define RTC_TAMPER_3_MASK_FLAG   RTC_TAMPCR_TAMP3MF
#define RTC_TAMPER_X_MASK_FLAG

Define Documentation

#define RTC_TAMPER_1_MASK_FLAG   RTC_TAMPCR_TAMP1MF

Definition at line 481 of file stm32h7xx_hal_rtc_ex.h.

#define RTC_TAMPER_2_MASK_FLAG   RTC_TAMPCR_TAMP2MF

Definition at line 484 of file stm32h7xx_hal_rtc_ex.h.

#define RTC_TAMPER_3_MASK_FLAG   RTC_TAMPCR_TAMP3MF

Definition at line 487 of file stm32h7xx_hal_rtc_ex.h.

Value:
(RTC_TAMPER_1_MASK_FLAG |\
                                            RTC_TAMPER_2_MASK_FLAG |\
                                            RTC_TAMPER_3_MASK_FLAG)

Definition at line 490 of file stm32h7xx_hal_rtc_ex.h.

#define RTC_TAMPERMASK_FLAG_DISABLE   0x00000000u

Definition at line 466 of file stm32h7xx_hal_rtc_ex.h.

Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().

#define RTC_TAMPERMASK_FLAG_ENABLE   RTC_TAMPCR_TAMP1MF

Definition at line 467 of file stm32h7xx_hal_rtc_ex.h.