__HAL_RTC_TAMPER_GET_IT_SOURCE macro
Check whether the specified RTC Tamper interrupt has been enabled or not.
Syntax
#define __HAL_RTC_TAMPER_GET_IT_SOURCE(__HANDLE__, __INTERRUPT__) (((((__HANDLE__)->Instance->TAFCR) & (__INTERRUPT__)) != 0U) ? 1U : 0U) Arguments
__HANDLE__
specifies the RTC handle.
__INTERRUPT__
specifies the RTC Tamper interrupt source to check. This parameter can be: @arg RTC_IT_TAMP: Tamper global interrupt
Return value
None