Searched defs:fs_read (Results 1 – 5 of 5) sorted by relevance
/lvgl-3.6.0/src/extra/libs/fsdrv/ |
D | lv_fs_posix.c | 145 static lv_fs_res_t fs_read(lv_fs_drv_t * drv, void * file_p, void * buf, uint32_t btr, uint32_t * b… in fs_read() function
|
D | lv_fs_fatfs.c | 151 static lv_fs_res_t fs_read(lv_fs_drv_t * drv, void * file_p, void * buf, uint32_t btr, uint32_t * b… in fs_read() function
|
D | lv_fs_stdio.c | 147 static lv_fs_res_t fs_read(lv_fs_drv_t * drv, void * file_p, void * buf, uint32_t btr, uint32_t * b… in fs_read() function
|
D | lv_fs_littlefs.c | 178 static lv_fs_res_t fs_read(lv_fs_drv_t * drv, void * file_p, void * buf, uint32_t btr, uint32_t * b… in fs_read() function
|
D | lv_fs_win32.c | 259 static lv_fs_res_t fs_read(lv_fs_drv_t * drv, void * file_p, void * buf, uint32_t btr, uint32_t * b… in fs_read() function
|