STM32L486xx HAL User Manual
Modules | Defines
RTCEx
STM32L4xx_HAL_Driver

RTC Extended HAL module driver. More...

Modules

 RTCEx Exported Functions
 RTCEx Exported Types
 RTCEx Exported Constants
 RTCEx Exported Macros
 RTCEx Private Constants
 RTCEx Private Macros

Defines

#define RTC_TAMPCR_MASK

Detailed Description

RTC Extended HAL module driver.


Define Documentation

#define RTC_TAMPCR_MASK
Value:
((uint32_t)RTC_TAMPCR_TAMPTS    |\
                                       (uint32_t)RTC_TAMPCR_TAMPFREQ  | (uint32_t)RTC_TAMPCR_TAMPFLT      | (uint32_t)RTC_TAMPCR_TAMPPRCH |\
                                       (uint32_t)RTC_TAMPCR_TAMPPUDIS | (uint32_t)RTC_TAMPCR_TAMPIE                                       |\
                                       (uint32_t)RTC_TAMPCR_TAMP1IE   | (uint32_t)RTC_TAMPCR_TAMP1NOERASE | (uint32_t)RTC_TAMPCR_TAMP1MF  |\
                                       (uint32_t)RTC_TAMPCR_TAMP2IE   | (uint32_t)RTC_TAMPCR_TAMP2NOERASE | (uint32_t)RTC_TAMPCR_TAMP2MF  |\
                                       (uint32_t)RTC_TAMPCR_TAMP3IE   | (uint32_t)RTC_TAMPCR_TAMP3NOERASE | (uint32_t)RTC_TAMPCR_TAMP3MF)

Definition at line 136 of file stm32l4xx_hal_rtc_ex.c.

Referenced by HAL_RTCEx_SetTamper(), and HAL_RTCEx_SetTamper_IT().