HAL + 0/10 examples
CodeScope will show references to RTC_TAMPERTRIGGER_FALLINGEDGE from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
RTC
STM32469I_EVAL
Examples
RTC
STM324x9I_EVAL
Examples
RTC
STM324xG_EVAL
Examples
RTC
STM32F412ZG-Nucleo
Examples
RTC
STM32F413ZH-Nucleo
Examples
RTC
STM32F429ZI-Nucleo
Examples
RTC
STM32F446ZE-Nucleo
Examples
RTC
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesHALRTC_TAMPERTRIGGER_FALLINGEDGE

RTC_TAMPERTRIGGER_FALLINGEDGE macro

Syntax

#define RTC_TAMPERTRIGGER_FALLINGEDGE 0x00000002U

Examples

RTC_TAMPERTRIGGER_FALLINGEDGE is referenced by 10 libraries and example projects.

References

LocationText
stm32f4xx_hal_rtc_ex.h:165
#define RTC_TAMPERTRIGGER_FALLINGEDGE 0x00000002U
stm32f4xx_hal_rtc_ex.c:446
if (sTamper->Trigger == RTC_TAMPERTRIGGER_FALLINGEDGE)
stm32f4xx_hal_rtc_ex.c:523
if (sTamper->Trigger == RTC_TAMPERTRIGGER_FALLINGEDGE)
stm32f4xx_hal_rtc_ex.h:167
#define RTC_TAMPERTRIGGER_HIGHLEVEL RTC_TAMPERTRIGGER_FALLINGEDGE
stm32f4xx_hal_rtc_ex.h:980
((TRIGGER) == RTC_TAMPERTRIGGER_FALLINGEDGE) || \
stm32f4xx_hal_rtc_ex.h:995
|| ((TRIGGER) == RTC_TAMPERTRIGGER_FALLINGEDGE))))