Searched refs:STM32_RTC_CR_ALRAIE (Results 1 – 1 of 1) sorted by relevance
48 #define STM32_RTC_CR_ALRAIE BIT(12) macro474 (cr & STM32_RTC_CR_ALRAIE)) { in stm32_rtc_alarm_irq()673 cr |= (STM32_RTC_CR_ALRAIE | STM32_RTC_CR_ALRAE); in stm32_rtc_alarm_irq_enable()675 cr &= ~(STM32_RTC_CR_ALRAIE | STM32_RTC_CR_ALRAE); in stm32_rtc_alarm_irq_enable()1229 cr &= ~STM32_RTC_CR_ALRAIE; in stm32_rtc_remove()