Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/display/st_ltdc/
Dlv_st_ltdc.c77 #define SYNC_SIGNAL_ISR(layer_idx) lv_thread_sync_signal_isr(&g_data.sync[layer_idx]) macro
81 #define SYNC_SIGNAL_ISR(layer_idx) do { g_data.sync[layer_idx] = true; } while(0) macro