Home
last modified time | relevance | path

Searched refs:RTC_IE_ALM (Results 1 – 4 of 4) sorted by relevance

/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_RTC.h25 #define RTC_IE_ALM (BIT11) macro
322 RTC_WAKEUP_ALARM = RTC_IE_ALM,
621 #define __HAL_RTC_ENABLE_ALM_IT (RTC->IE |= RTC_IE_ALM)
622 #define __HAL_RTC_DISABLE_ALM_IT (RTC->IE &= RTC_IE_ALM)
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_RTC.h25 #define RTC_IE_ALM (BIT11) macro
322 RTC_WAKEUP_ALARM = RTC_IE_ALM,
623 #define __HAL_RTC_ENABLE_ALM_IT (RTC->IE |= RTC_IE_ALM)
624 #define __HAL_RTC_DISABLE_ALM_IT (RTC->IE &= RTC_IE_ALM)
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Src/
A DHAL_RTC.c206 RTC->IE |= RTC_IE_ALM; in HAL_RTC_AlarmConfig()
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Src/
A DHAL_RTC.c206 RTC->IE |= RTC_IE_ALM; in HAL_RTC_AlarmConfig()

Completed in 15 milliseconds