|
HARMcksL: ARM HAL toolbox (yet STM32 oriented) 1.6
SMFSW collection of HAL hacks for STM32
|
Basic RTC handling. More...


Functions | |
| FctERR | RTC_SetTime (const DateTime *const time_new) |
| Sends new time to RTC peripheral. | |
| FctERR | RTC_GetTime (DateTime *const time_now) |
| Get time from RTC peripheral. | |
Basic RTC handling.
| FctERR RTC_GetTime | ( | DateTime *const | time_now | ) |
Get time from RTC peripheral.
| [in,out] | time_now | - pointer to DateTime instance |