STM32L443xx HAL User Manual
Modules | Functions
RTC Exported Functions
RTC

Modules

 Configuration
 Time
 Date
 ALARMA
 ALARMB
 Timestamp
 Wakeup
 Calibration
 Tamper
 Backup_Registers
 FLAG_Management
 IT_Management
 Initialization and de-initialization 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 4503 of file stm32l4xx_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 4492 of file stm32l4xx_ll_rtc.h.