Home
last modified time | relevance | path

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

/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h797 #define LV_FS_WIN32_CACHE_SIZE 0 /**< >0 to cache this number of bytes in lv_fs_read() */ macro
/lvgl-latest/
Dlv_conf_template.h821 #define LV_FS_WIN32_CACHE_SIZE 0 /**< >0 to cache this number of bytes in lv_fs_read() */
DKconfig1252 config LV_FS_WIN32_CACHE_SIZE config
/lvgl-latest/src/libs/fsdrv/
Dlv_fs_win32.c77 fs_drv_p->cache_size = LV_FS_WIN32_CACHE_SIZE; in lv_fs_win32_init()
/lvgl-latest/src/
Dlv_conf_internal.h2633 #ifndef LV_FS_WIN32_CACHE_SIZE
2635 #define LV_FS_WIN32_CACHE_SIZE CONFIG_LV_FS_WIN32_CACHE_SIZE macro
2637 … #define LV_FS_WIN32_CACHE_SIZE 0 /**< >0 to cache this number of bytes in lv_fs_read() */ macro