Searched refs:end_time (Results 1 – 2 of 2) sorted by relevance
73 unsigned long end_time; in rt_hw_us_delay() local77 end_time = start_time + us * (BSP_TIMER_CLK_FREQ / 1000000); in rt_hw_us_delay()80 } while(run_time < end_time); in rt_hw_us_delay()
286 int end_time = 0; in sdhci_send_data_cmd() local294 end_time = rt_tick_get_millisecond(); in sdhci_send_data_cmd()295 if (end_time - start_time >= 2000) in sdhci_send_data_cmd()
Completed in 10 milliseconds