STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
RTCEx Tamper Triggers Definitions
Collaboration diagram for RTCEx Tamper Triggers Definitions:

Macros

#define RTC_TAMPERTRIGGER_RISINGEDGE   0x00000000U
#define RTC_TAMPERTRIGGER_FALLINGEDGE   0x00000002U
#define RTC_TAMPERTRIGGER_LOWLEVEL   RTC_TAMPERTRIGGER_RISINGEDGE
#define RTC_TAMPERTRIGGER_HIGHLEVEL   RTC_TAMPERTRIGGER_FALLINGEDGE

Detailed Description

Macro Definition Documentation

◆ RTC_TAMPERTRIGGER_FALLINGEDGE

#define RTC_TAMPERTRIGGER_FALLINGEDGE   0x00000002U

Definition at line 165 of file stm32f4xx_hal_rtc_ex.h.

◆ RTC_TAMPERTRIGGER_HIGHLEVEL

#define RTC_TAMPERTRIGGER_HIGHLEVEL   RTC_TAMPERTRIGGER_FALLINGEDGE

Definition at line 167 of file stm32f4xx_hal_rtc_ex.h.

◆ RTC_TAMPERTRIGGER_LOWLEVEL

#define RTC_TAMPERTRIGGER_LOWLEVEL   RTC_TAMPERTRIGGER_RISINGEDGE

Definition at line 166 of file stm32f4xx_hal_rtc_ex.h.

◆ RTC_TAMPERTRIGGER_RISINGEDGE

#define RTC_TAMPERTRIGGER_RISINGEDGE   0x00000000U

Definition at line 164 of file stm32f4xx_hal_rtc_ex.h.