Home
last modified time | relevance | path

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

/lvgl-3.5.0/
Dlv_conf_template.h616 #define LV_FS_POSIX_CACHE_SIZE 0 /*>0 to cache this number of bytes in lv_fs_read()*/
DKconfig927 config LV_FS_POSIX_CACHE_SIZE config
/lvgl-3.5.0/src/
Dlv_conf_internal.h2016 #ifndef LV_FS_POSIX_CACHE_SIZE
2018 #define LV_FS_POSIX_CACHE_SIZE CONFIG_LV_FS_POSIX_CACHE_SIZE macro
2020 #define LV_FS_POSIX_CACHE_SIZE 0 /*>0 to cache this number of bytes in lv_fs_read()*/ macro
/lvgl-3.5.0/src/extra/libs/fsdrv/
Dlv_fs_posix.c75 fs_drv.cache_size = LV_FS_POSIX_CACHE_SIZE; in lv_fs_posix_init()