Searched refs:busy_time (Results 1 – 1 of 1) sorted by relevance
85 static uint32_t busy_time = 0; in lv_timer_handler() local133 busy_time += lv_tick_elaps(handler_start); in lv_timer_handler()136 idle_last = (busy_time * 100) / idle_period_time; /*Calculate the busy percentage*/ in lv_timer_handler()138 busy_time = 0; in lv_timer_handler()