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.

Detailed Description

Function Documentation

◆ DDL_RTC_DisableIT_ALR()

__STATIC_INLINE void DDL_RTC_DisableIT_ALR ( RTC_TypeDef * RTCx)

Disable Alarm interrupt.

Parameters
RTCxRTC Instance
Return values
None

Definition at line 532 of file g32r4xx_ddl_rtc.h.

◆ DDL_RTC_DisableIT_OVR()

__STATIC_INLINE void DDL_RTC_DisableIT_OVR ( RTC_TypeDef * RTCx)

Disable Overflow interrupt.

Parameters
RTCxRTC Instance
Return values
None

Definition at line 562 of file g32r4xx_ddl_rtc.h.

◆ DDL_RTC_DisableIT_SEC()

__STATIC_INLINE void DDL_RTC_DisableIT_SEC ( RTC_TypeDef * RTCx)

Disable Second interrupt.

Parameters
RTCxRTC Instance
Return values
None

Definition at line 502 of file g32r4xx_ddl_rtc.h.

◆ DDL_RTC_EnableIT_ALR()

__STATIC_INLINE void DDL_RTC_EnableIT_ALR ( RTC_TypeDef * RTCx)

Enable Alarm interrupt.

Parameters
RTCxRTC Instance
Return values
None

Definition at line 522 of file g32r4xx_ddl_rtc.h.

◆ DDL_RTC_EnableIT_OVR()

__STATIC_INLINE void DDL_RTC_EnableIT_OVR ( RTC_TypeDef * RTCx)

Enable Overflow interrupt.

Parameters
RTCxRTC Instance
Return values
None

Definition at line 552 of file g32r4xx_ddl_rtc.h.

◆ DDL_RTC_EnableIT_SEC()

__STATIC_INLINE void DDL_RTC_EnableIT_SEC ( RTC_TypeDef * RTCx)

Enable Second interrupt.

Parameters
RTCxRTC Instance
Return values
None

Definition at line 492 of file g32r4xx_ddl_rtc.h.

◆ DDL_RTC_IsEnabledIT_ALR()

__STATIC_INLINE uint32_t DDL_RTC_IsEnabledIT_ALR ( RTC_TypeDef * RTCx)

Check if Alarm interrupt is enabled or not.

Parameters
RTCxRTC Instance
Return values
Stateof bit (1 or 0).

Definition at line 542 of file g32r4xx_ddl_rtc.h.

◆ DDL_RTC_IsEnabledIT_OVR()

__STATIC_INLINE uint32_t DDL_RTC_IsEnabledIT_OVR ( RTC_TypeDef * RTCx)

Check if Overflow interrupt is enabled or not.

Parameters
RTCxRTC Instance
Return values
Stateof bit (1 or 0).

Definition at line 572 of file g32r4xx_ddl_rtc.h.

◆ DDL_RTC_IsEnabledIT_SEC()

__STATIC_INLINE uint32_t DDL_RTC_IsEnabledIT_SEC ( RTC_TypeDef * RTCx)

Check if Second interrupt is enabled or not.

Parameters
RTCxRTC Instance
Return values
Stateof bit (1 or 0).

Definition at line 512 of file g32r4xx_ddl_rtc.h.