STM32F103xB HAL User Manual
Functions
Tamper
RTC Exported Functions

Functions

__STATIC_INLINE void LL_RTC_TAMPER_Enable (BKP_TypeDef *BKPx)
 Enable RTC_TAMPx input detection.
__STATIC_INLINE void LL_RTC_TAMPER_Disable (BKP_TypeDef *BKPx)
 Disable RTC_TAMPx Tamper.
__STATIC_INLINE void LL_RTC_TAMPER_SetActiveLevel (BKP_TypeDef *BKPx, uint32_t Tamper)
 Enable Active level for Tamper input.
__STATIC_INLINE uint32_t LL_RTC_TAMPER_GetActiveLevel (BKP_TypeDef *BKPx)
 Disable Active level for Tamper input.

Function Documentation

__STATIC_INLINE void LL_RTC_TAMPER_Disable ( BKP_TypeDef *  BKPx)

Disable RTC_TAMPx Tamper.

Reference Manual to LL API cross reference:
CR TPE LL_RTC_TAMPER_Disable
Return values:
None

Definition at line 464 of file stm32f1xx_ll_rtc.h.

Referenced by LL_RTC_Init().

__STATIC_INLINE void LL_RTC_TAMPER_Enable ( BKP_TypeDef *  BKPx)

Enable RTC_TAMPx input detection.

Reference Manual to LL API cross reference:
CR TPE LL_RTC_TAMPER_Enable
Return values:
None

Definition at line 454 of file stm32f1xx_ll_rtc.h.

__STATIC_INLINE uint32_t LL_RTC_TAMPER_GetActiveLevel ( BKP_TypeDef *  BKPx)

Disable Active level for Tamper input.

Reference Manual to LL API cross reference:
CR TPAL LL_RTC_TAMPER_SetActiveLevel
Return values:
None

Definition at line 488 of file stm32f1xx_ll_rtc.h.

__STATIC_INLINE void LL_RTC_TAMPER_SetActiveLevel ( BKP_TypeDef *  BKPx,
uint32_t  Tamper 
)

Enable Active level for Tamper input.

Reference Manual to LL API cross reference:
CR TPAL LL_RTC_TAMPER_SetActiveLevel
Parameters:
BKPxBKP Instance
TamperThis parameter can be a combination of the following values:
Return values:
None

Definition at line 478 of file stm32f1xx_ll_rtc.h.