Searched refs:STM32_RTC_CR_ALRAIE (Results 1 – 1 of 1) sorted by relevance
43 #define STM32_RTC_CR_ALRAIE BIT(12) macro221 (cr & STM32_RTC_CR_ALRAIE)) { in stm32_rtc_alarm_irq()420 cr |= (STM32_RTC_CR_ALRAIE | STM32_RTC_CR_ALRAE); in stm32_rtc_alarm_irq_enable()422 cr &= ~(STM32_RTC_CR_ALRAIE | STM32_RTC_CR_ALRAE); in stm32_rtc_alarm_irq_enable()878 cr &= ~STM32_RTC_CR_ALRAIE; in stm32_rtc_remove()