Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_rtc.c83 #define RTC_ICSR_RSF BIT(5) macro
530 io_clrbits32(base + RTC_ICSR, RTC_ICSR_RSF); in stm32_rtc_exit_init_mode()
533 value & RTC_ICSR_RSF, 10, in stm32_rtc_exit_init_mode()
665 io_clrbits32(base + RTC_ICSR, RTC_ICSR_RSF); in stm32_rtc_get_time()
668 icsr & RTC_ICSR_RSF, 0, in stm32_rtc_get_time()