Searched refs:RTC_IT_ALRA (Results 1 – 4 of 4) sorted by relevance
637 #define RTC_IT_ALRA ((uint32_t)0x00001000) macro644 #define IS_RTC_GET_IT(IT) (((IT) == RTC_IT_TS) || ((IT) == RTC_IT_ALRA) || \
662 #define RTC_IT_ALRA ((uint32_t)0x00001000) macro668 #define IS_RTC_GET_IT(IT) (((IT) == RTC_IT_TS) || ((IT) == RTC_IT_ALRA) || \
1244 __HAL_RTC_ALARM_DISABLE_IT(hrtc, RTC_IT_ALRA); in HAL_RTC_SetAlarm()1461 __HAL_RTC_ALARM_ENABLE_IT(hrtc, RTC_IT_ALRA); in HAL_RTC_SetAlarm_IT()1546 __HAL_RTC_ALARM_DISABLE_IT(hrtc, RTC_IT_ALRA); in HAL_RTC_DeactivateAlarm()1681 if (__HAL_RTC_ALARM_GET_IT_SOURCE(hrtc, RTC_IT_ALRA) != 0U) in HAL_RTC_AlarmIRQHandler()
127 #define RTC_IT_ALRA ((uint32_t)RTC_CR_ALRAIE) macro
Completed in 18 milliseconds