Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_rtc.c95 #define RTC_CR_ALRAE BIT(8) macro
866 alarm->enabled = cr & RTC_CR_ALRAE; in stm32_rtc_read_alarm()
879 io_setbits32(rtc_base + RTC_CR, RTC_CR_ALRAIE | RTC_CR_ALRAE); in stm32_rtc_enable_alarm()
881 io_clrbits32(rtc_base + RTC_CR, RTC_CR_ALRAIE | RTC_CR_ALRAE); in stm32_rtc_enable_alarm()
980 cr &= ~RTC_CR_ALRAE; in stm32_rtc_set_alarm()