Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_rtc.c96 #define RTC_CR_ALRAIE BIT(12) macro
395 if ((status & RTC_SR_ALRAF) && (cr & RTC_CR_ALRAIE)) { in stm32_rtc_it_handler()
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()