Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/cache/
Dlv_cache_lru_rb.c77 static bool init_cnt_cb(lv_cache_t * cache);
104 .init_cb = init_cnt_cb,
200 static bool init_cnt_cb(lv_cache_t * cache) in init_cnt_cb() function