Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_rtc_ex.c383 if (__HAL_RTC_SECOND_GET_FLAG(hrtc, RTC_FLAG_SEC)) in HAL_RTCEx_RTCIRQHandler()
386 if (__HAL_RTC_SECOND_GET_FLAG(hrtc, RTC_FLAG_OW)) in HAL_RTCEx_RTCIRQHandler()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rtc_ex.h281 #define __HAL_RTC_SECOND_GET_FLAG(__HANDLE__, __FLAG__) (((((__HANDLE__)->Instance->CRL) & (… macro