Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_rtc.h509 #define RTC_FLAG_ITSF 0x00000205u /*!< Clear Internal Time-stamp flag */ macro
541 #define RTC_FLAG_ITSF RTC_ISR_ITSF macro
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rtc_ex.c467 __HAL_RTC_INTERNAL_TIMESTAMP_CLEAR_FLAG(hrtc, RTC_FLAG_ITSF); in HAL_RTCEx_GetTimeStamp()