Home
last modified time | relevance | path

Searched refs:idle_last (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_task.c39 static uint8_t idle_last = 0; variable
150idle_last = (uint32_t)((uint32_t)busy_time * 100) / IDLE_MEAS_PERIOD; /*Calculate the busy… in lv_task_handler()
151idle_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