Searched refs:drv_get_sys_freq (Results 1 – 6 of 6) sorted by relevance
44 csi_coret_config(drv_get_sys_freq() / CONFIG_SYSTICK_HZ, 0); //10ms in _system_init_for_baremetal()81 csi_coret_config(drv_get_sys_freq() / CONFIG_SYSTICK_HZ, 0); //10ms in _system_init_for_kernel()
43 int32_t drv_get_sys_freq(void) in drv_get_sys_freq() function
33 uint32_t cnt = (drv_get_sys_freq() / 1000); in _mdelay()
54 csi_coret_config(drv_get_sys_freq() / CONFIG_SYSTICK_HZ, 0x0); in CORET_IRQHandler()
24 int32_t drv_get_sys_freq(void);
520 return drv_get_sys_freq(); in csi_kernel_get_systimer_freq()
Completed in 8 milliseconds