Searched refs:RTC_IT_ALRA (Results 1 – 7 of 7) sorted by relevance
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/ |
A D | stm32f0xx_hal_timebase_rtc_alarm_template.c | 193 __HAL_RTC_ALARM_ENABLE_IT(&hRTC_Handle, RTC_IT_ALRA); in HAL_InitTick() 240 __HAL_RTC_ALARM_DISABLE_IT(&hRTC_Handle, RTC_IT_ALRA); in HAL_SuspendTick() 256 __HAL_RTC_ALARM_ENABLE_IT(&hRTC_Handle, RTC_IT_ALRA); in HAL_ResumeTick()
|
A D | stm32f0xx_hal_rtc.c | 851 __HAL_RTC_ALARM_DISABLE_IT(hrtc, RTC_IT_ALRA); in HAL_RTC_SetAlarm() 1023 __HAL_RTC_ALARM_ENABLE_IT(hrtc,RTC_IT_ALRA); in HAL_RTC_SetAlarm_IT() 1067 __HAL_RTC_ALARM_DISABLE_IT(hrtc, RTC_IT_ALRA); in HAL_RTC_DeactivateAlarm() 1153 if(__HAL_RTC_ALARM_GET_IT_SOURCE(hrtc, RTC_IT_ALRA) != RESET) in HAL_RTC_AlarmIRQHandler()
|
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/ |
A D | stm32f7xx_hal_rtc.c | 825 __HAL_RTC_ALARM_DISABLE_IT(hrtc, RTC_IT_ALRA); in HAL_RTC_SetAlarm() 1015 __HAL_RTC_ALARM_ENABLE_IT(hrtc,RTC_IT_ALRA); in HAL_RTC_SetAlarm_IT() 1096 __HAL_RTC_ALARM_DISABLE_IT(hrtc, RTC_IT_ALRA); in HAL_RTC_DeactivateAlarm() 1215 if (__HAL_RTC_ALARM_GET_IT(hrtc, RTC_IT_ALRA)) { in HAL_RTC_AlarmIRQHandler() 1217 if ((uint32_t)(hrtc->Instance->CR & RTC_IT_ALRA) != (uint32_t)RESET) { in HAL_RTC_AlarmIRQHandler()
|
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/ |
A D | stm32f2xx_rtc.h | 535 #define RTC_IT_ALRA ((uint32_t)0x00001000) macro 541 ((IT) == RTC_IT_ALRB) || ((IT) == RTC_IT_ALRA) || \
|
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/ |
A D | stm32f4xx_rtc.h | 749 #define RTC_IT_ALRA ((uint32_t)0x00001000) macro 755 ((IT) == RTC_IT_ALRB) || ((IT) == RTC_IT_ALRA) || \
|
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/ |
A D | stm32f0xx_hal_rtc.h | 375 #define RTC_IT_ALRA 0x00001000U macro
|
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/ |
A D | stm32f7xx_hal_rtc.h | 364 #define RTC_IT_ALRA ((uint32_t)RTC_CR_ALRAIE) macro
|
Completed in 15 milliseconds