|
VSF Documented
|
#include <vsf_memfs.h>
Data Fields | ||
| union { | ||
| struct { | ||
| uint8_t * buff | ||
| } f | ||
| struct { | ||
| vk_memfs_file_t * child | ||
| uint16_t child_num | ||
| uint16_t child_size | ||
| } d | ||
| }; | ||
| struct { | ||
| void(* fn_read )(uintptr_t target, vsf_evt_t evt) | ||
| void(* fn_write )(uintptr_t target, vsf_evt_t evt) | ||
| } | callback | |
| uint8_t* vk_memfs_file_t::buff |
| struct { ... } vk_memfs_file_t::f |
| vk_memfs_file_t* vk_memfs_file_t::child |
| uint16_t vk_memfs_file_t::child_num |
| uint16_t vk_memfs_file_t::child_size |
| struct { ... } vk_memfs_file_t::d |
| vk_file_t union { ... } vk_memfs_file_t |
| struct { ... } vk_memfs_file_t::callback |