rtc_err_t
Definition drv_rtc.h:57
@ RTC_SUCCESS
Definition drv_rtc.h:58
@ RTC_ERROR
Definition drv_rtc.h:59
err_t rtc_get_time(rtc_time_t *time)
Get time from RTC module.
err_t rtc_start()
Start the RTC module.
err_t rtc_stop()
Stop the RTC module.
err_t rtc_set_time(rtc_time_t *time)
Configure time of RTC module.
void rtc_init()
Initialize the RTC module.
void rtc_system_reset()
Preforms system reset.
err_t rtc_reset()
Reset the RTC module.
RTC HAL layer implementation.
int32_t err_t
Definition hal_target.h:64
Structure representing the RTC time.
Definition drv_rtc.h:81