Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/misc/
Dlv_gc.c41 #define LV_CLEAR_ROOT(root_type, root_name) lv_memset_00(&LV_GC_ROOT(root_name), sizeof(LV_GC_ROOT( in _lv_gc_clear_roots() argument
Dlv_gc.h65 #define LV_DEFINE_ROOT(root_type, root_name) root_type root_name; argument
75 #define LV_EXTERN_ROOT(root_type, root_name) extern root_type root_name;