Searched refs:hal_rtc_gettime (Results 1 – 4 of 4) sorted by relevance
22 if (hal_rtc_gettime(&rtc_tm)) in cmd_test_rtc()53 if (hal_rtc_gettime(&rtc_tm)) in cmd_test_rtc()
42 if (hal_rtc_gettime(&hal_rtc_time) != 0) in rtc_control()
293 int hal_rtc_gettime(struct rtc_time *rtc_tm) in hal_rtc_gettime() function516 ret = hal_rtc_gettime(alrm_tm); in hal_rtc_getalarm()557 ret = hal_rtc_gettime(&tm_now); in hal_rtc_setalarm()
145 int hal_rtc_gettime(struct rtc_time *rtc_tm);
Completed in 11 milliseconds