![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE void | DDL_RTC_EnableIT_SEC (RTC_TypeDef *RTCx) |
| Enable Second interrupt. | |
| __STATIC_INLINE void | DDL_RTC_DisableIT_SEC (RTC_TypeDef *RTCx) |
| Disable Second interrupt. | |
| __STATIC_INLINE uint32_t | DDL_RTC_IsEnabledIT_SEC (RTC_TypeDef *RTCx) |
| Check if Second interrupt is enabled or not. | |
| __STATIC_INLINE void | DDL_RTC_EnableIT_ALR (RTC_TypeDef *RTCx) |
| Enable Alarm interrupt. | |
| __STATIC_INLINE void | DDL_RTC_DisableIT_ALR (RTC_TypeDef *RTCx) |
| Disable Alarm interrupt. | |
| __STATIC_INLINE uint32_t | DDL_RTC_IsEnabledIT_ALR (RTC_TypeDef *RTCx) |
| Check if Alarm interrupt is enabled or not. | |
| __STATIC_INLINE void | DDL_RTC_EnableIT_OVR (RTC_TypeDef *RTCx) |
| Enable Overflow interrupt. | |
| __STATIC_INLINE void | DDL_RTC_DisableIT_OVR (RTC_TypeDef *RTCx) |
| Disable Overflow interrupt. | |
| __STATIC_INLINE uint32_t | DDL_RTC_IsEnabledIT_OVR (RTC_TypeDef *RTCx) |
| Check if Overflow interrupt is enabled or not. | |
| __STATIC_INLINE void DDL_RTC_DisableIT_ALR | ( | RTC_TypeDef * | RTCx | ) |
Disable Alarm interrupt.
| RTCx | RTC Instance |
| None |
Definition at line 532 of file g32r4xx_ddl_rtc.h.
| __STATIC_INLINE void DDL_RTC_DisableIT_OVR | ( | RTC_TypeDef * | RTCx | ) |
Disable Overflow interrupt.
| RTCx | RTC Instance |
| None |
Definition at line 562 of file g32r4xx_ddl_rtc.h.
| __STATIC_INLINE void DDL_RTC_DisableIT_SEC | ( | RTC_TypeDef * | RTCx | ) |
Disable Second interrupt.
| RTCx | RTC Instance |
| None |
Definition at line 502 of file g32r4xx_ddl_rtc.h.
| __STATIC_INLINE void DDL_RTC_EnableIT_ALR | ( | RTC_TypeDef * | RTCx | ) |
Enable Alarm interrupt.
| RTCx | RTC Instance |
| None |
Definition at line 522 of file g32r4xx_ddl_rtc.h.
| __STATIC_INLINE void DDL_RTC_EnableIT_OVR | ( | RTC_TypeDef * | RTCx | ) |
Enable Overflow interrupt.
| RTCx | RTC Instance |
| None |
Definition at line 552 of file g32r4xx_ddl_rtc.h.
| __STATIC_INLINE void DDL_RTC_EnableIT_SEC | ( | RTC_TypeDef * | RTCx | ) |
Enable Second interrupt.
| RTCx | RTC Instance |
| None |
Definition at line 492 of file g32r4xx_ddl_rtc.h.
| __STATIC_INLINE uint32_t DDL_RTC_IsEnabledIT_ALR | ( | RTC_TypeDef * | RTCx | ) |
Check if Alarm interrupt is enabled or not.
| RTCx | RTC Instance |
| State | of bit (1 or 0). |
Definition at line 542 of file g32r4xx_ddl_rtc.h.
| __STATIC_INLINE uint32_t DDL_RTC_IsEnabledIT_OVR | ( | RTC_TypeDef * | RTCx | ) |
Check if Overflow interrupt is enabled or not.
| RTCx | RTC Instance |
| State | of bit (1 or 0). |
Definition at line 572 of file g32r4xx_ddl_rtc.h.
| __STATIC_INLINE uint32_t DDL_RTC_IsEnabledIT_SEC | ( | RTC_TypeDef * | RTCx | ) |
Check if Second interrupt is enabled or not.
| RTCx | RTC Instance |
| State | of bit (1 or 0). |
Definition at line 512 of file g32r4xx_ddl_rtc.h.