STM32H735xx HAL User Manual
Defines
TAMPER ACTIVE LEVEL
RTC Exported Constants

Defines

#define LL_RTC_TAMPER_ACTIVELEVEL_TAMP1   RTC_TAMPCR_TAMP1TRG
#define LL_RTC_TAMPER_ACTIVELEVEL_TAMP2   RTC_TAMPCR_TAMP2TRG
#define LL_RTC_TAMPER_ACTIVELEVEL_TAMP3   RTC_TAMPCR_TAMP3TRG

Define Documentation

#define LL_RTC_TAMPER_ACTIVELEVEL_TAMP1   RTC_TAMPCR_TAMP1TRG

RTC_TAMP1 input falling edge (if TAMPFLT = 00) or staying high (if TAMPFLT != 00) triggers a tamper detection event

Definition at line 660 of file stm32h7xx_ll_rtc.h.

#define LL_RTC_TAMPER_ACTIVELEVEL_TAMP2   RTC_TAMPCR_TAMP2TRG

RTC_TAMP2 input falling edge (if TAMPFLT = 00) or staying high (if TAMPFLT != 00) triggers a tamper detection event

Definition at line 663 of file stm32h7xx_ll_rtc.h.

#define LL_RTC_TAMPER_ACTIVELEVEL_TAMP3   RTC_TAMPCR_TAMP3TRG

RTC_TAMP3 input falling edge (if TAMPFLT = 00) or staying high (if TAMPFLT != 00) triggers a tamper detection event

Definition at line 666 of file stm32h7xx_ll_rtc.h.