Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/dma2d/
Dlv_draw_dma2d.c38 static void thread_cb(void * arg);
72 …t res = lv_thread_init(&draw_dma2d_unit->thread, "dma2d", LV_THREAD_PRIO_HIGH, thread_cb, 2 * 1024, in lv_draw_dma2d_init()
435 static void thread_cb(void * arg) in thread_cb() function