STM32H735xx HAL User Manual
Defines
RTC Tamper Triggers Definitions
RTC Exported Constants

Defines

#define RTC_TAMPERTRIGGER_RISINGEDGE   0x01u
#define RTC_TAMPERTRIGGER_FALLINGEDGE   0x02u
#define RTC_TAMPERTRIGGER_LOWLEVEL   0x04u
#define RTC_TAMPERTRIGGER_HIGHLEVEL   0x08u
#define RTC_TAMPER_1_TRIGGER   RTC_TAMPCR_TAMP1TRG
#define RTC_TAMPER_2_TRIGGER   RTC_TAMPCR_TAMP2TRG
#define RTC_TAMPER_3_TRIGGER   RTC_TAMPCR_TAMP3TRG
#define RTC_TAMPER_X_TRIGGER

Define Documentation

#define RTC_TAMPER_1_TRIGGER   RTC_TAMPCR_TAMP1TRG

Definition at line 403 of file stm32h7xx_hal_rtc_ex.h.

#define RTC_TAMPER_2_TRIGGER   RTC_TAMPCR_TAMP2TRG

Definition at line 406 of file stm32h7xx_hal_rtc_ex.h.

#define RTC_TAMPER_3_TRIGGER   RTC_TAMPCR_TAMP3TRG

Definition at line 409 of file stm32h7xx_hal_rtc_ex.h.

Value:
(RTC_TAMPER_1_TRIGGER |\
                                             RTC_TAMPER_2_TRIGGER |\
                                             RTC_TAMPER_3_TRIGGER)

Definition at line 412 of file stm32h7xx_hal_rtc_ex.h.

#define RTC_TAMPERTRIGGER_FALLINGEDGE   0x02u

Warning : Filter must be RTC_TAMPERFILTER_DISABLE

Definition at line 388 of file stm32h7xx_hal_rtc_ex.h.

Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().

#define RTC_TAMPERTRIGGER_HIGHLEVEL   0x08u

Warning : Filter must not be RTC_TAMPERFILTER_DISABLE

Definition at line 390 of file stm32h7xx_hal_rtc_ex.h.

Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().

#define RTC_TAMPERTRIGGER_LOWLEVEL   0x04u

Warning : Filter must not be RTC_TAMPERFILTER_DISABLE

Definition at line 389 of file stm32h7xx_hal_rtc_ex.h.

#define RTC_TAMPERTRIGGER_RISINGEDGE   0x01u

Warning : Filter must be RTC_TAMPERFILTER_DISABLE

Definition at line 387 of file stm32h7xx_hal_rtc_ex.h.