STM32L443xx HAL User Manual
Defines
RTCEx Tamper Mask Flag Definitions
RTCEx Exported Constants

Defines

#define RTC_TAMPERMASK_FLAG_DISABLE   0x00000000u
#define RTC_TAMPERMASK_FLAG_ENABLE   0x00040000u

Define Documentation

#define RTC_TAMPERMASK_FLAG_DISABLE   0x00000000u

Definition at line 253 of file stm32l4xx_hal_rtc_ex.h.

#define RTC_TAMPERMASK_FLAG_ENABLE   0x00040000u

Definition at line 254 of file stm32l4xx_hal_rtc_ex.h.

Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().