Home
last modified time | relevance | path

Searched refs:__HAL_RTC_TAMPER_EXTI_RISING_IT (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rtc_ex.c1458 __HAL_RTC_TAMPER_EXTI_RISING_IT(); in HAL_RTCEx_SetTamper_IT()
1591 __HAL_RTC_TAMPER_EXTI_RISING_IT(); in HAL_RTCEx_SetInternalTamper_IT()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rtc_ex.h1093 #define __HAL_RTC_TAMPER_EXTI_RISING_IT() (EXTI->RTSR1 |= RTC_EXTI_LINE_TAMPER_EVENT) macro