Home
last modified time | relevance | path

Searched defs:LV_FS_STDIO_CACHE_SIZE (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/tests/src/
Dlv_test_conf_full.h62 #define LV_FS_STDIO_CACHE_SIZE 512 macro
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h783 #define LV_FS_STDIO_CACHE_SIZE 0 /**< >0 to cache this number of bytes in lv_fs_read() */ macro
/lvgl-latest/src/
Dlv_conf_internal.h2571 #define LV_FS_STDIO_CACHE_SIZE CONFIG_LV_FS_STDIO_CACHE_SIZE macro
2573 … #define LV_FS_STDIO_CACHE_SIZE 0 /**< >0 to cache this number of bytes in lv_fs_read() */ macro
/lvgl-latest/
DKconfig1224 config LV_FS_STDIO_CACHE_SIZE config