Searched refs:idle_last (Results 1 – 1 of 1) sorted by relevance
39 static uint8_t idle_last = 0; variable150 …idle_last = (uint32_t)((uint32_t)busy_time * 100) / IDLE_MEAS_PERIOD; /*Calculate the busy… in lv_task_handler()151 …idle_last = idle_last > 100 ? 0 : 100 - idle_last; /*But we need idle t… in lv_task_handler()340 return idle_last; in lv_task_get_idle()
Completed in 3 milliseconds