G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
RTC Private Constants

Macros

#define RTC_INIT_MASK   RTC_CSTS_CFGMFLG
#define RTC_CSTS_INITEN   RTC_CSTS_CFGMFLG
#define RTC_RSF_MASK   ((uint32_t)~(RTC_CSTS_INITEN | RTC_CSTS_RSYNCFLG))
#define RTC_PRESC_DEFAULT   0x000000FFU
#define RTC_INITMODE_TIMEOUT   1000U
#define RTC_SYNCHRO_TIMEOUT   1000U

Detailed Description

Macro Definition Documentation

◆ RTC_CSTS_INITEN

#define RTC_CSTS_INITEN   RTC_CSTS_CFGMFLG

Definition at line 72 of file g32r4xx_ddl_rtc.h.

◆ RTC_INIT_MASK

#define RTC_INIT_MASK   RTC_CSTS_CFGMFLG

Definition at line 71 of file g32r4xx_ddl_rtc.h.

◆ RTC_INITMODE_TIMEOUT

#define RTC_INITMODE_TIMEOUT   1000U

Definition at line 74 of file g32r4xx_ddl_rtc.c.

◆ RTC_PRESC_DEFAULT

#define RTC_PRESC_DEFAULT   0x000000FFU

Definition at line 71 of file g32r4xx_ddl_rtc.c.

◆ RTC_RSF_MASK

#define RTC_RSF_MASK   ((uint32_t)~(RTC_CSTS_INITEN | RTC_CSTS_RSYNCFLG))

Definition at line 73 of file g32r4xx_ddl_rtc.h.

◆ RTC_SYNCHRO_TIMEOUT

#define RTC_SYNCHRO_TIMEOUT   1000U

Definition at line 75 of file g32r4xx_ddl_rtc.c.