Home
last modified time | relevance | path

Searched refs:RTC_IE_SEC (Results 1 – 2 of 2) sorted by relevance

/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_RTC.h33 #define RTC_IE_SEC (BIT3) macro
323 RTC_WAKEUP_SEC = RTC_IE_SEC,
625 #define __HAL_RTC_ENABLE_SEC_IT (RTC->IE |= RTC_IE_SEC)
626 #define __HAL_RTC_DISABLE_SEC_IT (RTC->IE &= ~RTC_IE_SEC)
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_RTC.h33 #define RTC_IE_SEC (BIT3) macro
323 RTC_WAKEUP_SEC = RTC_IE_SEC,
627 #define __HAL_RTC_ENABLE_SEC_IT (RTC->IE |= RTC_IE_SEC)
628 #define __HAL_RTC_DISABLE_SEC_IT (RTC->IE &= ~RTC_IE_SEC)

Completed in 15 milliseconds