Home
last modified time | relevance | path

Searched refs:rtc_counter (Results 1 – 1 of 1) sorted by relevance

/bsp/gd32/arm/libraries/gd32_drivers/
A Ddrv_rtc.c64 time_t rtc_counter; in get_rtc_timestamp()
66 rtc_counter = (time_t)rtc_counter_get(); in get_rtc_timestamp()
68 return rtc_counter; in get_rtc_timestamp()
113 uint32_t rtc_counter; in set_rtc_timestamp()
115 rtc_counter = (uint32_t)time_stamp; in set_rtc_timestamp()
122 rtc_counter_set(rtc_counter); in set_rtc_timestamp()
169 time_t rtc_counter; in rt_hw_rtc_init() local
177 rtc_counter = get_rtc_timestamp(); in rt_hw_rtc_init()
198 set_rtc_timestamp(rtc_counter); in rt_hw_rtc_init()

Completed in 7 milliseconds