MG32L003 Standard Peripherals Firmware Library
Macros
Flags Definitions
MG32L003_StdPeriph_Driver
»
RTC
»
RTC_Exported_Constants
Macros
#define
RTC_FLAG_ALR2F
RTC_ISR_ALM2_F /* Alarm 2 flag */
#define
RTC_FLAG_ALR1F
RTC_ISR_ALM1_F /* Alarm 1 flag */
#define
RTC_FLAG_RSF
RTC_ISR_RSF /* Registers Synchronized flag */
#define
RTC_FLAG_WAITF
RTC_ISR_WAITF /* Initialization mode flag */
#define
RTC_FLAG_WAIT
RTC_ISR_WAIT /* Shift operation pending flag */
#define
IS_RTC_GET_FLAG
(FLAG)
Detailed Description
Macro Definition Documentation
◆
IS_RTC_GET_FLAG
#define IS_RTC_GET_FLAG
(
FLAG
)
Value:
(((FLAG) == RTC_FLAG_ALR2F) || \
((FLAG) == RTC_FLAG_ALR1F) || \
((FLAG) == RTC_FLAG_RSF) || \
((FLAG) == RTC_FLAG_WAITF) || \
((FLAG) == RTC_FLAG_WAIT))
Generated by megawin Technology (Shenzhen) Corp., Ltd. All rights reserved.