Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_fs.c40 static lv_fs_res_t lv_fs_write_cached(lv_fs_file_t * file_p, const void * buf, uint32_t btw, uint32…
237 res = lv_fs_write_cached(file_p, buf, btw, &bw_tmp); in lv_fs_write()
622 static lv_fs_res_t lv_fs_write_cached(lv_fs_file_t * file_p, const void * buf, uint32_t btw, uint32… in lv_fs_write_cached() function