STM32G474xx HAL User Manual
Functions
Internal Tamper
RTC Exported Functions

Functions

__STATIC_INLINE void LL_RTC_TAMPER_ITAMP_Enable (RTC_TypeDef *RTCx, uint32_t InternalTamper)
 Enable internal tamper detection.
__STATIC_INLINE void LL_RTC_TAMPER_ITAMP_Disable (RTC_TypeDef *RTCx, uint32_t InternalTamper)
 Disable internal tamper detection.

Function Documentation

__STATIC_INLINE void LL_RTC_TAMPER_ITAMP_Disable ( RTC_TypeDef *  RTCx,
uint32_t  InternalTamper 
)

Disable internal tamper detection.

Reference Manual to LL API cross reference:
TAMP_CR1 ITAMP1E LL_RTC_TAMPER_ITAMP_Disable
TAMP_CR1 ITAMP3E LL_RTC_TAMPER_ITAMP_Disable
TAMP_CR1 ITAMP4E LL_RTC_TAMPER_ITAMP_Disable
TAMP_CR1 ITAMP5E LL_RTC_TAMPER_ITAMP_Disable
TAMP_CR1 ITAMP6E LL_RTC_TAMPER_ITAMP_Disable
TAMP_CR1 ITAMP7E... LL_RTC_TAMPER_ITAMP_Disable
Parameters:
RTCxRTC Instance
InternalTamperThis parameter can be a combination of the following values:
Return values:
None

Definition at line 3049 of file stm32g4xx_ll_rtc.h.

References UNUSED.

__STATIC_INLINE void LL_RTC_TAMPER_ITAMP_Enable ( RTC_TypeDef *  RTCx,
uint32_t  InternalTamper 
)

Enable internal tamper detection.

Reference Manual to LL API cross reference:
TAMP_CR1 ITAMP1E LL_RTC_TAMPER_ITAMP_Enable
TAMP_CR1 ITAMP3E LL_RTC_TAMPER_ITAMP_Enable
TAMP_CR1 ITAMP4E LL_RTC_TAMPER_ITAMP_Enable
TAMP_CR1 ITAMP5E LL_RTC_TAMPER_ITAMP_Enable
TAMP_CR1 ITAMP6E LL_RTC_TAMPER_ITAMP_Enable
TAMP_CR1 ITAMP7E... LL_RTC_TAMPER_ITAMP_Enable
Parameters:
RTCxRTC Instance
InternalTamperThis parameter can be a combination of the following values:
Return values:
None

Definition at line 3022 of file stm32g4xx_ll_rtc.h.

References UNUSED.