HAL + 0/9 examples
CodeScope will show references to RTC_FLAG_TAMP1F 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...

RTC_FLAG_TAMP1F macro

Tamper 1 event flag

Syntax

#define RTC_FLAG_TAMP1F RTC_ISR_TAMP1F

Examples

RTC_FLAG_TAMP1F is referenced by 9 libraries and example projects.

References

LocationText
stm32f4xx_hal_rtc.h:432
#define RTC_FLAG_TAMP1F RTC_ISR_TAMP1F /*!< Tamper 1 event flag */
stm32f4xx_hal_rtc_ex.c:634
if (__HAL_RTC_TAMPER_GET_FLAG(hrtc, RTC_FLAG_TAMP1F) != 0U)
stm32f4xx_hal_rtc_ex.c:637
stm32f4xx_hal_rtc_ex.c:780
while (__HAL_RTC_TAMPER_GET_FLAG(hrtc, RTC_FLAG_TAMP1F) == 0U)
stm32f4xx_hal_rtc_ex.c:793
stm32f4xx_hal_rtc_ex.h:938
#define RTC_TAMPER_FLAGS_MASK ((uint32_t) (RTC_FLAG_TAMP1F | \
stm32f4xx_hal_rtc_ex.h:943
#define RTC_TAMPER_FLAGS_MASK RTC_FLAG_TAMP1F