Home
last modified time | relevance | path

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

/bsp/xuantie/libraries/xuantie_libraries/chip_riscv_dummy/src/sys/
A Dtick.c39 static volatile uint64_t timer_init_value = 0U; variable
97 timer_init_value = csi_coret_get_value2(); in csi_tick_init()
117 …time = (uint32_t)((csi_coret_get_value2() - timer_init_value) * 1000U / (uint64_t)soc_get_coretim_… in csi_tick_get_ms()
126 …time = (csi_coret_get_value2() - timer_init_value) * 1000U * 1000U / (uint64_t)soc_get_coretim_fre… in csi_tick_get_us()

Completed in 27 milliseconds