Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rtc_ex.h261 #define __HAL_RTC_SECOND_DISABLE_IT(__HANDLE__, __INTERRUPT__) CLEAR_BIT((__HANDLE__)->Instance->CR… macro
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_rtc_ex.c362 __HAL_RTC_SECOND_DISABLE_IT(hrtc, RTC_IT_SEC); in HAL_RTCEx_DeactivateSecond()