![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
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 |
| #define RTC_CSTS_INITEN RTC_CSTS_CFGMFLG |
Definition at line 72 of file g32r4xx_ddl_rtc.h.
| #define RTC_INIT_MASK RTC_CSTS_CFGMFLG |
Definition at line 71 of file g32r4xx_ddl_rtc.h.
| #define RTC_INITMODE_TIMEOUT 1000U |
Definition at line 74 of file g32r4xx_ddl_rtc.c.
| #define RTC_PRESC_DEFAULT 0x000000FFU |
Definition at line 71 of file g32r4xx_ddl_rtc.c.
| #define RTC_RSF_MASK ((uint32_t)~(RTC_CSTS_INITEN | RTC_CSTS_RSYNCFLG)) |
Definition at line 73 of file g32r4xx_ddl_rtc.h.
| #define RTC_SYNCHRO_TIMEOUT 1000U |
Definition at line 75 of file g32r4xx_ddl_rtc.c.