![]() |
G32R430 Device Driver Layer v1.0.4
G32R4xx Device Driver Layer API Reference
|
Functions | |
| __STATIC_INLINE void | DDL_RTC_SetTime (RTC_TypeDef *RTCx, uint32_t TimerCounter) |
| Set time in Binary format. | |
| __STATIC_INLINE uint32_t | DDL_RTC_GetTime (RTC_TypeDef *RTCx) |
| Get time (all converted to seconds) in Binary format. | |
| __STATIC_INLINE uint32_t DDL_RTC_GetTime | ( | RTC_TypeDef * | RTCx | ) |
Get time (all converted to seconds) in Binary format.
| RTCx | RTC Instance |
| Value | between Min_Data=0x00 and Max_Data=0xFFFFFFFF. |
Definition at line 330 of file g32r4xx_ddl_rtc.h.
| __STATIC_INLINE void DDL_RTC_SetTime | ( | RTC_TypeDef * | RTCx, |
| uint32_t | TimerCounter ) |
Set time in Binary format.
| RTCx | RTC Instance |
| TimerCounter | Value between Min_Data=0x00 and Max_Data=0xFFFFFFFF |
| None |
Definition at line 319 of file g32r4xx_ddl_rtc.h.