Searched refs:hal_sys_timer_calc_cpu_freq (Results 1 – 6 of 6) sorted by relevance
71 #define SYSVIEW_TIMESTAMP_FREQ (hal_sys_timer_calc_cpu_freq(5, 0))74 #define SYSVIEW_CPU_FREQ (hal_sys_timer_calc_cpu_freq(5, 0))
39 return (hal_sys_timer_calc_cpu_freq(5, 0)/1000000); in soc_hr_hw_freq_mhz()
25 uint32_t hal_sys_timer_calc_cpu_freq(uint32_t interval_ms, int high_res) in hal_sys_timer_calc_cpu_freq() function
42 return hal_sys_timer_calc_cpu_freq(5, 0) / 1000000; in soc_hr_hw_freq_mhz()
104 uint32_t hal_sys_timer_calc_cpu_freq(uint32_t interval_ms, int high_res);
300 printf("sys freq calc : %u \n", hal_sys_timer_calc_cpu_freq(5, 0)); in soc_peripheral_init()
Completed in 6 milliseconds