Searched defs:SYNC_SIGNAL_ISR (Results 1 – 1 of 1) sorted by relevance
77 #define SYNC_SIGNAL_ISR(layer_idx) lv_thread_sync_signal_isr(&g_data.sync[layer_idx]) macro81 #define SYNC_SIGNAL_ISR(layer_idx) do { g_data.sync[layer_idx] = true; } while(0) macro