HAL
LL_RTC_TAMPER_SetPin() is only used within HAL.
 
Symbols
loading...
Files
loading...

LL_RTC_TAMPER_SetPin() function

Set Tamper Pin (*) value not applicable to all devices.

Syntax

__STATIC_INLINE void LL_RTC_TAMPER_SetPin(RTC_TypeDef *RTCx,     uint32_t TamperPin);

Arguments

RTCx

RTC Instance

TamperPin

specifies the RTC Tamper Pin. This parameter can be one of the following values: @arg LL_RTC_TamperPin_Default: RTC_AF1 is used as RTC Tamper Pin. @arg LL_RTC_TamperPin_Pos1: RTC_AF2 is used as RTC Tamper Pin. (*)

Return value

None

References

LocationText
stm32f4xx_ll_rtc.h:2761
__STATIC_INLINE void LL_RTC_TAMPER_SetPin(RTC_TypeDef *RTCx, uint32_t TamperPin)

Data Use

Data read by LL_RTC_TAMPER_SetPin()
LL_RTC_TAMPER_SetPin()