Home
last modified time | relevance | path

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

/lvgl-latest/demos/stress/
Dlv_demo_stress.c28 static void obj_test_task_cb(lv_timer_t * tmr);
49 lv_timer_t * t = lv_timer_create(obj_test_task_cb, LV_DEMO_STRESS_TIME_STEP, NULL); in lv_demo_stress()
62 static void obj_test_task_cb(lv_timer_t * tmr) in obj_test_task_cb() function