STM32H735xx HAL User Manual
Functions
Time-stamp on Tamper
RTC Exported Functions

Functions

__STATIC_INLINE void LL_RTC_TS_EnableOnTamper (RTC_TypeDef *RTCx)
 Activate timestamp on tamper detection event.
__STATIC_INLINE void LL_RTC_TS_DisableOnTamper (RTC_TypeDef *RTCx)
 Disable timestamp on tamper detection event.

Function Documentation

__STATIC_INLINE void LL_RTC_TS_DisableOnTamper ( RTC_TypeDef *  RTCx)

Disable timestamp on tamper detection event.

Reference Manual to LL API cross reference:
RTC_CR TAMPTS LL_RTC_TS_DisableOnTamper
Parameters:
RTCxRTC Instance
Return values:
None

Definition at line 2969 of file stm32h7xx_ll_rtc.h.

__STATIC_INLINE void LL_RTC_TS_EnableOnTamper ( RTC_TypeDef *  RTCx)

Activate timestamp on tamper detection event.

Reference Manual to LL API cross reference:
RTC_CR TAMPTS LL_RTC_TS_EnableOnTamper
Parameters:
RTCxRTC Instance
Return values:
None

Definition at line 2958 of file stm32h7xx_ll_rtc.h.