D | lv_test_main.c | 31 static lv_fs_res_t open_cb(struct _lv_fs_drv_t * drv, void * file_p, const char * path, lv_fs_mode_… in open_cb() argument 33 (void) drv; in open_cb() 42 static lv_fs_res_t close_cb(struct _lv_fs_drv_t * drv, void * file_p) in close_cb() argument 44 (void) drv; in close_cb() 51 static lv_fs_res_t read_cb(struct _lv_fs_drv_t * drv, void * file_p, void * buf, uint32_t btr, uint… in read_cb() argument 53 (void) drv; in read_cb() 60 static lv_fs_res_t seek_cb(struct _lv_fs_drv_t * drv, void * file_p, uint32_t pos) in seek_cb() argument 62 (void) drv; in seek_cb() 70 static lv_fs_res_t tell_cb(struct _lv_fs_drv_t * drv, void * file_p, uint32_t * pos_p) in tell_cb() argument 72 (void) drv; in tell_cb() [all …]
|