![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE uint32_t | DDL_RTC_IsActiveFlag_SEC (RTC_TypeDef *RTCx) |
| Get Second signal condition met flag. | |
| __STATIC_INLINE void | DDL_RTC_ClearFlag_SEC (RTC_TypeDef *RTCx) |
| Clear Second signal condition met flag. | |
| __STATIC_INLINE uint32_t | DDL_RTC_IsActiveFlag_ALR (RTC_TypeDef *RTCx) |
| Get Alarm flag. | |
| __STATIC_INLINE void | DDL_RTC_ClearFlag_ALR (RTC_TypeDef *RTCx) |
| Clear Alarm flag. | |
| __STATIC_INLINE uint32_t | DDL_RTC_IsActiveFlag_OVR (RTC_TypeDef *RTCx) |
| Get Overflow occur flag. | |
| __STATIC_INLINE void | DDL_RTC_ClearFlag_OVR (RTC_TypeDef *RTCx) |
| Clear Overflow occur flag. | |
| __STATIC_INLINE uint32_t | DDL_RTC_IsActiveFlag_RS (RTC_TypeDef *RTCx) |
| Get Registers synchronization flag. | |
| __STATIC_INLINE void | DDL_RTC_ClearFlag_RS (RTC_TypeDef *RTCx) |
| Clear Registers synchronization flag. | |
| __STATIC_INLINE uint32_t | DDL_RTC_IsActiveFlag_CFGM (RTC_TypeDef *RTCx) |
| Get Initialization status flag. | |
| __STATIC_INLINE uint32_t | DDL_RTC_IsActiveFlag_OCFLG (RTC_TypeDef *RTCx) |
| Get Alarm A write flag. | |
| __STATIC_INLINE void DDL_RTC_ClearFlag_ALR | ( | RTC_TypeDef * | RTCx | ) |
Clear Alarm flag.
| RTCx | RTC Instance |
| None |
Definition at line 414 of file g32r4xx_ddl_rtc.h.
| __STATIC_INLINE void DDL_RTC_ClearFlag_OVR | ( | RTC_TypeDef * | RTCx | ) |
Clear Overflow occur flag.
| RTCx | RTC Instance |
| None |
Definition at line 434 of file g32r4xx_ddl_rtc.h.
| __STATIC_INLINE void DDL_RTC_ClearFlag_RS | ( | RTC_TypeDef * | RTCx | ) |
Clear Registers synchronization flag.
| RTCx | RTC Instance |
| None |
Definition at line 454 of file g32r4xx_ddl_rtc.h.
| __STATIC_INLINE void DDL_RTC_ClearFlag_SEC | ( | RTC_TypeDef * | RTCx | ) |
Clear Second signal condition met flag.
| RTCx | RTC Instance |
| None |
Definition at line 394 of file g32r4xx_ddl_rtc.h.
| __STATIC_INLINE uint32_t DDL_RTC_IsActiveFlag_ALR | ( | RTC_TypeDef * | RTCx | ) |
Get Alarm flag.
| RTCx | RTC Instance |
| State | of bit (1 or 0). |
Definition at line 404 of file g32r4xx_ddl_rtc.h.
| __STATIC_INLINE uint32_t DDL_RTC_IsActiveFlag_CFGM | ( | RTC_TypeDef * | RTCx | ) |
Get Initialization status flag.
| RTCx | RTC Instance |
| State | of bit (1 or 0). |
Definition at line 464 of file g32r4xx_ddl_rtc.h.
| __STATIC_INLINE uint32_t DDL_RTC_IsActiveFlag_OCFLG | ( | RTC_TypeDef * | RTCx | ) |
Get Alarm A write flag.
| RTCx | RTC Instance |
| State | of bit (1 or 0). |
Definition at line 474 of file g32r4xx_ddl_rtc.h.
| __STATIC_INLINE uint32_t DDL_RTC_IsActiveFlag_OVR | ( | RTC_TypeDef * | RTCx | ) |
Get Overflow occur flag.
| RTCx | RTC Instance |
| State | of bit (1 or 0). |
Definition at line 424 of file g32r4xx_ddl_rtc.h.
| __STATIC_INLINE uint32_t DDL_RTC_IsActiveFlag_RS | ( | RTC_TypeDef * | RTCx | ) |
Get Registers synchronization flag.
| RTCx | RTC Instance |
| State | of bit (1 or 0). |
Definition at line 444 of file g32r4xx_ddl_rtc.h.
| __STATIC_INLINE uint32_t DDL_RTC_IsActiveFlag_SEC | ( | RTC_TypeDef * | RTCx | ) |
Get Second signal condition met flag.
| RTCx | RTC Instance |
| State | of bit (1 or 0). |
Definition at line 384 of file g32r4xx_ddl_rtc.h.