Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rtc_ex.c1459 __HAL_RTC_TAMPER_EXTI_CLEAR_IT(); in HAL_RTCEx_SetTamper_IT()
1498 __HAL_RTC_TAMPER_EXTI_CLEAR_IT(); in HAL_RTCEx_DeactivateTamper()
1625 __HAL_RTC_TAMPER_EXTI_CLEAR_IT(); in HAL_RTCEx_DeactivateInternalTamper()
1685 __HAL_RTC_TAMPER_EXTI_CLEAR_IT(); in HAL_RTCEx_TamperIRQHandler()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rtc_ex.h1107 #define __HAL_RTC_TAMPER_EXTI_CLEAR_IT() (EXTI->PR1 = RTC_EXTI_LINE_TAMPER_EVENT) macro