Home
last modified time | relevance | path

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

/bsp/xuantie/libraries/xuantie_libraries/chip_riscv_dummy/src/drivers/
A Drtc.c29 static uint32_t load_time = 0U; variable
128 load_time = (uint32_t)load_sec; in csi_rtc_set_time()
192 time = (time_t)(((cur_time - load_time) / (REAL_RTC_FREQ / NORMAL_RTC_FREQ)) + load_time); in csi_rtc_get_time()

Completed in 4 milliseconds