Home
last modified time | relevance | path

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

/lvgl-3.7.0/examples/porting/
Dlv_port_fs_template.c108 lv_fs_res_t res = LV_FS_RES_NOT_IMP;
136 lv_fs_res_t res = LV_FS_RES_NOT_IMP;
154 lv_fs_res_t res = LV_FS_RES_NOT_IMP;
172 lv_fs_res_t res = LV_FS_RES_NOT_IMP;
189 lv_fs_res_t res = LV_FS_RES_NOT_IMP;
204 lv_fs_res_t res = LV_FS_RES_NOT_IMP;
235 lv_fs_res_t res = LV_FS_RES_NOT_IMP;
250 lv_fs_res_t res = LV_FS_RES_NOT_IMP;
/lvgl-3.7.0/src/misc/
Dlv_fs.c81 return LV_FS_RES_NOT_IMP; in lv_fs_open()
112 return LV_FS_RES_NOT_IMP; in lv_fs_close()
209 if(file_p->drv->read_cb == NULL) return LV_FS_RES_NOT_IMP; in lv_fs_read()
235 return LV_FS_RES_NOT_IMP; in lv_fs_write()
252 return LV_FS_RES_NOT_IMP; in lv_fs_seek()
309 return LV_FS_RES_NOT_IMP; in lv_fs_tell()
342 return LV_FS_RES_NOT_IMP; in lv_fs_dir_open()
367 return LV_FS_RES_NOT_IMP; in lv_fs_dir_read()
382 return LV_FS_RES_NOT_IMP; in lv_fs_dir_close()
Dlv_fs.h44 LV_FS_RES_NOT_IMP, /*Requested function is not implemented*/ enumerator
/lvgl-3.7.0/src/extra/libs/fsdrv/
Dlv_fs_littlefs.c209 return LV_FS_RES_NOT_IMP; in fs_write()
Dlv_fs_win32.c169 res = LV_FS_RES_NOT_IMP; in fs_error_from_win32()