|
VSF Documented
|
#include <esp_vfs_ops.h>
Data Fields | ||
| union { | ||
| esp_vfs_write_ctx_op_t write_p | ||
| esp_vfs_write_op_t write | ||
| }; | ||
| union { | ||
| esp_vfs_lseek_ctx_op_t lseek_p | ||
| esp_vfs_lseek_op_t lseek | ||
| }; | ||
| union { | ||
| esp_vfs_read_ctx_op_t read_p | ||
| esp_vfs_read_op_t read | ||
| }; | ||
| union { | ||
| esp_vfs_pread_ctx_op_t pread_p | ||
| esp_vfs_pread_op_t pread | ||
| }; | ||
| union { | ||
| esp_vfs_pwrite_ctx_op_t pwrite_p | ||
| esp_vfs_pwrite_op_t pwrite | ||
| }; | ||
| union { | ||
| esp_vfs_open_ctx_op_t open_p | ||
| esp_vfs_open_op_t open | ||
| }; | ||
| union { | ||
| esp_vfs_close_ctx_op_t close_p | ||
| esp_vfs_close_op_t close | ||
| }; | ||
| union { | ||
| esp_vfs_fstat_ctx_op_t fstat_p | ||
| esp_vfs_fstat_op_t fstat | ||
| }; | ||
| union { | ||
| esp_vfs_fcntl_ctx_op_t fcntl_p | ||
| esp_vfs_fcntl_op_t fcntl | ||
| }; | ||
| union { | ||
| esp_vfs_ioctl_ctx_op_t ioctl_p | ||
| esp_vfs_ioctl_op_t ioctl | ||
| }; | ||
| union { | ||
| esp_vfs_fsync_ctx_op_t fsync_p | ||
| esp_vfs_fsync_op_t fsync | ||
| }; | ||
| const esp_vfs_dir_ops_t * | dir | |
| esp_vfs_write_ctx_op_t esp_vfs_fs_ops_t::write_p |
| esp_vfs_write_op_t esp_vfs_fs_ops_t::write |
| union { ... } esp_vfs_fs_ops_t |
| esp_vfs_lseek_ctx_op_t esp_vfs_fs_ops_t::lseek_p |
| esp_vfs_lseek_op_t esp_vfs_fs_ops_t::lseek |
| union { ... } esp_vfs_fs_ops_t |
| esp_vfs_read_ctx_op_t esp_vfs_fs_ops_t::read_p |
| esp_vfs_read_op_t esp_vfs_fs_ops_t::read |
| union { ... } esp_vfs_fs_ops_t |
| esp_vfs_pread_ctx_op_t esp_vfs_fs_ops_t::pread_p |
| esp_vfs_pread_op_t esp_vfs_fs_ops_t::pread |
| union { ... } esp_vfs_fs_ops_t |
| esp_vfs_pwrite_ctx_op_t esp_vfs_fs_ops_t::pwrite_p |
| esp_vfs_pwrite_op_t esp_vfs_fs_ops_t::pwrite |
| union { ... } esp_vfs_fs_ops_t |
| esp_vfs_open_ctx_op_t esp_vfs_fs_ops_t::open_p |
| esp_vfs_open_op_t esp_vfs_fs_ops_t::open |
| union { ... } esp_vfs_fs_ops_t |
| esp_vfs_close_ctx_op_t esp_vfs_fs_ops_t::close_p |
| esp_vfs_close_op_t esp_vfs_fs_ops_t::close |
| union { ... } esp_vfs_fs_ops_t |
| esp_vfs_fstat_ctx_op_t esp_vfs_fs_ops_t::fstat_p |
| esp_vfs_fstat_op_t esp_vfs_fs_ops_t::fstat |
| union { ... } esp_vfs_fs_ops_t |
| esp_vfs_fcntl_ctx_op_t esp_vfs_fs_ops_t::fcntl_p |
| esp_vfs_fcntl_op_t esp_vfs_fs_ops_t::fcntl |
| union { ... } esp_vfs_fs_ops_t |
| esp_vfs_ioctl_ctx_op_t esp_vfs_fs_ops_t::ioctl_p |
| esp_vfs_ioctl_op_t esp_vfs_fs_ops_t::ioctl |
| union { ... } esp_vfs_fs_ops_t |
| esp_vfs_fsync_ctx_op_t esp_vfs_fs_ops_t::fsync_p |
| esp_vfs_fsync_op_t esp_vfs_fs_ops_t::fsync |
| union { ... } esp_vfs_fs_ops_t |
| const esp_vfs_dir_ops_t* esp_vfs_fs_ops_t::dir |