![]() |
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. | |
| __STATIC_INLINE uint32_t DDL_RTC_GetAlarm | ( | RTC_TypeDef * | RTCx | ) |
Get ALARM time in Binary format.
| RTCx | RTC Instance |
| Value | between Min_Data=0x00 and Max_Data=0xFFFFFFFF |
Definition at line 366 of file g32r4xx_ddl_rtc.h.
| __STATIC_INLINE void DDL_RTC_SetAlarm | ( | RTC_TypeDef * | RTCx, |
| uint32_t | Time ) |
Set ALARM time in Binary format.
| RTCx | RTC Instance |
| Time | Value between Min_Data=0x00 and Max_Data=0xFFFFFFFF |
| None |
Definition at line 355 of file g32r4xx_ddl_rtc.h.