Searched refs:busy_time (Results 1 – 1 of 1) sorted by relevance
76 static uint32_t busy_time = 0; in lv_task_handler() local146 busy_time += lv_tick_elaps(handler_start); in lv_task_handler()150 …idle_last = (uint32_t)((uint32_t)busy_time * 100) / IDLE_MEAS_PERIOD; /*Calculate the busy… in lv_task_handler()152 busy_time = 0; in lv_task_handler()
Completed in 3 milliseconds