Home
last modified time | relevance | path

Searched refs:RTC_IT_SEC (Results 1 – 9 of 9) sorted by relevance

/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_rtc.h38 #define RTC_IT_SEC ((uint16_t)0x0001) /*!< Second interrupt */ macro
41 ((IT) == RTC_IT_SEC))
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/
A DHAL_rtc.h60 #define RTC_IT_SEC ((uint16_t)0x0001) /*!< Second interrupt */ macro
63 ((IT) == RTC_IT_SEC))
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_rtc.h60 #define RTC_IT_SEC ((uint16_t)0x0001) /*!< Second interrupt */ macro
63 ((IT) == RTC_IT_SEC))
/bsp/wch/arm/Libraries/CH32F10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f10x_rtc.h22 #define RTC_IT_SEC ((uint16_t)0x0001) /*!< Second interrupt */ macro
/bsp/wch/arm/Libraries/CH32F20x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32f20x_rtc.h22 #define RTC_IT_SEC ((uint16_t)0x0001) /* Second interrupt */ macro
/bsp/wch/risc-v/Libraries/CH32V10x_StdPeriph_Driver/StdPeriph_Driver/inc/
A Dch32v10x_rtc.h23 #define RTC_IT_SEC ((uint16_t)0x0001) /* Second interrupt */ macro
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/
A Dhal_rtc.h47 RTC_IT_SEC = RTC_CR_SECIE ///< Second interrupt enumerator
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/
A Dald_rtc.h344 RTC_IT_SEC = (1U << 0), /**< Second */ enumerator
537 #define IS_RTC_IT(x) (((x) == RTC_IT_SEC) || \
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dald_rtc.h346 RTC_IT_SEC = (1U << 0), /**< Second */ enumerator
539 #define IS_RTC_IT(x) (((x) == RTC_IT_SEC) || \

Completed in 27 milliseconds