Home
last modified time | relevance | path

Searched defs:SYNC_WAIT (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/drivers/display/st_ltdc/
Dlv_st_ltdc.c76 #define SYNC_WAIT(layer_idx) lv_thread_sync_wait(&g_data.sync[layer_idx]) macro
80 …#define SYNC_WAIT(layer_idx) do { while(!g_data.sync[layer_idx]); g_data.sync[layer_idx] = false; … macro