G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference

Functions

__STATIC_INLINE void DDL_RTC_SetAlarm (RTC_TypeDef *RTCx, uint32_t Time)
 Set ALARM time in Binary format.
__STATIC_INLINE uint32_t DDL_RTC_GetAlarm (RTC_TypeDef *RTCx)
 Get ALARM time in Binary format.

Detailed Description

Function Documentation

◆ DDL_RTC_GetAlarm()

__STATIC_INLINE uint32_t DDL_RTC_GetAlarm ( RTC_TypeDef * RTCx)

Get ALARM time in Binary format.

Parameters
RTCxRTC Instance
Return values
Valuebetween Min_Data=0x00 and Max_Data=0xFFFFFFFF

Definition at line 366 of file g32r4xx_ddl_rtc.h.

◆ DDL_RTC_SetAlarm()

__STATIC_INLINE void DDL_RTC_SetAlarm ( RTC_TypeDef * RTCx,
uint32_t Time )

Set ALARM time in Binary format.

Parameters
RTCxRTC Instance
TimeValue between Min_Data=0x00 and Max_Data=0xFFFFFFFF
Return values
None

Definition at line 355 of file g32r4xx_ddl_rtc.h.