Searched refs:fs_write (Results 1 – 6 of 6) sorted by relevance
/lvgl-3.7.0/examples/porting/ |
D | lv_port_fs_template.c | 31 static lv_fs_res_t fs_write(lv_fs_drv_t * drv, void * file_p, const void * buf, uint32_t btw, uint3… 76 fs_drv.write_cb = fs_write; 170 static lv_fs_res_t fs_write(lv_fs_drv_t * drv, void * file_p, const void * buf, uint32_t btw, uint3…
|
/lvgl-3.7.0/src/extra/libs/fsdrv/ |
D | lv_fs_fatfs.c | 34 static lv_fs_res_t fs_write(lv_fs_drv_t * drv, void * file_p, const void * buf, uint32_t btw, uint3… 75 fs_drv.write_cb = fs_write; in lv_fs_fatfs_init() 168 static lv_fs_res_t fs_write(lv_fs_drv_t * drv, void * file_p, const void * buf, uint32_t btw, uint3… in fs_write() function
|
D | lv_fs_littlefs.c | 36 static lv_fs_res_t fs_write(lv_fs_drv_t * drv, void * file_p, const void * buf, uint32_t btw, uint3… 83 fs_drv.write_cb = fs_write; in lv_fs_littlefs_init() 198 static lv_fs_res_t fs_write(lv_fs_drv_t * drv, void * file_p, const void * buf, uint32_t btw, uint3… in fs_write() function
|
D | lv_fs_posix.c | 40 static lv_fs_res_t fs_write(lv_fs_drv_t * drv, void * file_p, const void * buf, uint32_t btw, uint3… 79 fs_drv.write_cb = fs_write; in lv_fs_posix_init() 160 static lv_fs_res_t fs_write(lv_fs_drv_t * drv, void * file_p, const void * buf, uint32_t btw, uint3… in fs_write() function
|
D | lv_fs_stdio.c | 43 static lv_fs_res_t fs_write(lv_fs_drv_t * drv, void * file_p, const void * buf, uint32_t btw, uint3… 82 fs_drv.write_cb = fs_write; in lv_fs_stdio_init() 162 static lv_fs_res_t fs_write(lv_fs_drv_t * drv, void * file_p, const void * buf, uint32_t btw, uint3… in fs_write() function
|
D | lv_fs_win32.c | 38 static lv_fs_res_t fs_write(lv_fs_drv_t * drv, void * file_p, const void * buf, uint32_t btw, uint3… 77 fs_drv.write_cb = fs_write; in lv_fs_win32_init() 275 static lv_fs_res_t fs_write(lv_fs_drv_t * drv, void * file_p, const void * buf, uint32_t btw, uint3… in fs_write() function
|