Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/fsdrv/
Dlv_fs_fatfs.c74 fs_drv_p->cache_size = LV_FS_FATFS_CACHE_SIZE; in lv_fs_fatfs_init()
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h803 #define LV_FS_FATFS_CACHE_SIZE 0 /**< >0 to cache this number of bytes in lv_fs_read() */ macro
/lvgl-latest/
Dlv_conf_template.h829 #define LV_FS_FATFS_CACHE_SIZE 0 /**< >0 to cache this number of bytes in lv_fs_read() */
DKconfig1266 config LV_FS_FATFS_CACHE_SIZE config
/lvgl-latest/src/
Dlv_conf_internal.h2665 #ifndef LV_FS_FATFS_CACHE_SIZE
2667 #define LV_FS_FATFS_CACHE_SIZE CONFIG_LV_FS_FATFS_CACHE_SIZE macro
2669 … #define LV_FS_FATFS_CACHE_SIZE 0 /**< >0 to cache this number of bytes in lv_fs_read() */ macro