Searched refs:get_rtc_timestamp (Results 1 – 6 of 6) sorted by relevance
47 static time_t get_rtc_timestamp(void) in get_rtc_timestamp() function140 *(rt_uint32_t *)args = get_rtc_timestamp(); in rt_gd32_rtc_control()177 rtc_counter = get_rtc_timestamp(); in rt_hw_rtc_init()
25 static time_t get_rtc_timestamp(void) in get_rtc_timestamp() function67 *(rt_uint32_t *)args = get_rtc_timestamp(); in rt_rtc_control()
29 static time_t get_rtc_timestamp(void) in get_rtc_timestamp() function87 *(rt_uint32_t *)args = get_rtc_timestamp(); in _rtc_get_secs()
51 static time_t get_rtc_timestamp(void) in get_rtc_timestamp() function218 *(rt_uint32_t *)args = get_rtc_timestamp(); in _rtc_get_secs()377 tv->tv_sec = get_rtc_timestamp(); in _rtc_get_timeval()
54 static time_t get_rtc_timestamp(void) in get_rtc_timestamp() function78 *(rt_uint32_t *)sec = get_rtc_timestamp(); in ra_get_secs()
26 static time_t get_rtc_timestamp(void) in get_rtc_timestamp() function121 *args = get_rtc_timestamp(); in _rtc_get_secs()
Completed in 9 milliseconds