Home
last modified time | relevance | path

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

/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_task.c76 static uint32_t busy_time = 0; in lv_task_handler() local
146 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 4 milliseconds