Searched refs:timer_step (Results 1 – 2 of 2) sorted by relevance
89 static rt_uint32_t timer_step; variable117 gtimer_set_load_value(timer_step); in rt_hw_timer_isr()125 timer_step = gtimer_get_counter_frequency(); in rt_hw_timer_init()126 FASSERT_MSG((timer_step > 1000000), "invalid freqency %ud", timer_step); in rt_hw_timer_init()127 timer_step /= RT_TICK_PER_SECOND; in rt_hw_timer_init()129 gtimer_set_load_value(timer_step); in rt_hw_timer_init()
40 static volatile rt_uint64_t timer_step; variable47 rt_hw_set_gtimer_val(timer_step); in rt_hw_timer_isr()62 timer_step = rt_hw_get_gtimer_frq(); in rt_hw_timer_init()64 timer_step /= RT_TICK_PER_SECOND; in rt_hw_timer_init()67 rt_hw_set_gtimer_val(timer_step); in rt_hw_timer_init()
Completed in 4 milliseconds