HAL + 0/10 examples
CodeScope will show references to RTC_TamperTypeDef::Tamper from the following samples and libraries:
Examples
STM32446E_EVAL
Examples
RTC
STM32469I_EVAL
Examples
RTC
STM324x9I_EVAL
Examples
RTC
STM324xG_EVAL
Examples
RTC
STM32F412ZG-Nucleo
Examples
RTC
STM32F413ZH-Nucleo
Examples
RTC
STM32F429ZI-Nucleo
Examples
RTC
STM32F446ZE-Nucleo
Examples
RTC
 
Symbols
loading...
Files
loading...

RTC_TamperTypeDef::Tamper field

Specifies the Tamper Pin. This parameter can be a value of RTCEx_Tamper_Pin_Definitions

Syntax

uint32_t Tamper;

Examples

RTC_TamperTypeDef::Tamper is referenced by 10 libraries and example projects.

References

LocationReferrerText
stm32f4xx_hal_rtc_ex.h:50
uint32_t Tamper; /*!< Specifies the Tamper Pin.
stm32f4xx_hal_rtc_ex.c:423HAL_RTCEx_SetTamper()
assert_param(IS_RTC_TAMPER(sTamper->Tamper));
stm32f4xx_hal_rtc_ex.c:442HAL_RTCEx_SetTamper()
tmpreg |= (sTamper->Tamper);
stm32f4xx_hal_rtc_ex.c:449HAL_RTCEx_SetTamper()
tmpreg |= (uint32_t)(sTamper->Tamper << 1U);
stm32f4xx_hal_rtc_ex.c:454HAL_RTCEx_SetTamper()
tmpreg &= (uint32_t)~(sTamper->Tamper << 1U);
stm32f4xx_hal_rtc_ex.c:500HAL_RTCEx_SetTamper_IT()
assert_param(IS_RTC_TAMPER(sTamper->Tamper));
stm32f4xx_hal_rtc_ex.c:519HAL_RTCEx_SetTamper_IT()
tmpreg |= (sTamper->Tamper);
stm32f4xx_hal_rtc_ex.c:526HAL_RTCEx_SetTamper_IT()
tmpreg |= (uint32_t)(sTamper->Tamper << 1U);
stm32f4xx_hal_rtc_ex.c:531HAL_RTCEx_SetTamper_IT()
tmpreg &= (uint32_t)~(sTamper->Tamper << 1U);

Data Use

Functions reading RTC_TamperTypeDef::Tamper
RTC_TamperTypeDef::Tamper
Type of RTC_TamperTypeDef::Tamper
RTC_TamperTypeDef::Tamper
uint32_t
all items filtered out