Searched refs:STM32_RTC_CR_ALRAIE (Results 1 – 1 of 1) sorted by relevance
41 #define STM32_RTC_CR_ALRAIE BIT(12) macro218 (cr & STM32_RTC_CR_ALRAIE)) { in stm32_rtc_alarm_irq()417 cr |= (STM32_RTC_CR_ALRAIE | STM32_RTC_CR_ALRAE); in stm32_rtc_alarm_irq_enable()419 cr &= ~(STM32_RTC_CR_ALRAIE | STM32_RTC_CR_ALRAE); in stm32_rtc_alarm_irq_enable()865 cr &= ~STM32_RTC_CR_ALRAIE; in stm32_rtc_remove()