Searched refs:timer_init_value (Results 1 – 1 of 1) sorted by relevance
39 static volatile uint64_t timer_init_value = 0U; variable97 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