Home
last modified time | relevance | path

Searched refs:RTC_FLAG_RSF (Results 1 – 8 of 8) sorted by relevance

/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/inc/
A Dstm32f10x_rtc.h72 #define RTC_FLAG_RSF ((uint16_t)0x0008) /*!< Registers Synchronized flag */ macro
77 #define IS_RTC_GET_FLAG(FLAG) (((FLAG) == RTC_FLAG_RTOFF) || ((FLAG) == RTC_FLAG_RSF) || \
/external/platform/stm32f1xx/STM32F10x_StdPeriph_Driver/src/
A Dstm32f10x_rtc.c225 RTC->CRL &= (uint16_t)~RTC_FLAG_RSF; in RTC_WaitForSynchro()
227 while ((RTC->CRL & RTC_FLAG_RSF) == (uint16_t)RESET) in RTC_WaitForSynchro()
/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_rtc.h396 #define RTC_FLAG_RSF 0x00000020U macro
682 … RTC_FLAG_INITF | RTC_FLAG_RSF | RTC_FLAG_INITS | \
/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_rtc.h512 #define RTC_FLAG_RSF ((uint32_t)0x00000020) macro
520 ((FLAG) == RTC_FLAG_RSF) || ((FLAG) == RTC_FLAG_WUTWF) || \
/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_rtc.h724 #define RTC_FLAG_RSF ((uint32_t)0x00000020) macro
733 ((FLAG) == RTC_FLAG_RSF) || ((FLAG) == RTC_FLAG_WUTWF) || \
/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_rtc.h388 #define RTC_FLAG_RSF ((uint32_t)RTC_ISR_RSF) macro
/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/src/
A Dstm32f2xx_rtc.c286 RTC_FLAG_RSF | RTC_FLAG_INITS | RTC_FLAG_WUTWF | \
/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/src/
A Dstm32f4xx_rtc.c299 RTC_FLAG_RSF | RTC_FLAG_INITS | RTC_FLAG_WUTWF | \

Completed in 25 milliseconds