Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_rtc.c146 #define RTC_SR_ALRAF BIT(0) macro
395 if ((status & RTC_SR_ALRAF) && (cr & RTC_CR_ALRAIE)) { in stm32_rtc_it_handler()
867 alarm->pending = status & RTC_SR_ALRAF; in stm32_rtc_read_alarm()