void rtc_stop(void)
Stop the RTC seconds counter.
void rtc_init(void)
Initialize the RTC hardware.
uint32_t rtc_time_get(void)
Get the current time.
void rtc_start(void)
Enable the RTC seconds counter.
void rtc_time_set(uint32_t seconds)
Set the time.
void rtc_alarm_set(uint32_t alarm_time)
Set alarm time.