VSF Documented
Data Fields
esp_vfs_fs_ops_t Struct Reference

#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_tdir
 

Field Documentation

◆ write_p

esp_vfs_write_ctx_op_t esp_vfs_fs_ops_t::write_p

◆ write

esp_vfs_write_op_t esp_vfs_fs_ops_t::write

◆ [union]

union { ... } esp_vfs_fs_ops_t

◆ lseek_p

esp_vfs_lseek_ctx_op_t esp_vfs_fs_ops_t::lseek_p

◆ lseek

esp_vfs_lseek_op_t esp_vfs_fs_ops_t::lseek

◆ [union]

union { ... } esp_vfs_fs_ops_t

◆ read_p

esp_vfs_read_ctx_op_t esp_vfs_fs_ops_t::read_p

◆ read

esp_vfs_read_op_t esp_vfs_fs_ops_t::read

◆ [union]

union { ... } esp_vfs_fs_ops_t

◆ pread_p

esp_vfs_pread_ctx_op_t esp_vfs_fs_ops_t::pread_p

◆ pread

esp_vfs_pread_op_t esp_vfs_fs_ops_t::pread

◆ [union]

union { ... } esp_vfs_fs_ops_t

◆ pwrite_p

esp_vfs_pwrite_ctx_op_t esp_vfs_fs_ops_t::pwrite_p

◆ pwrite

esp_vfs_pwrite_op_t esp_vfs_fs_ops_t::pwrite

◆ [union]

union { ... } esp_vfs_fs_ops_t

◆ open_p

esp_vfs_open_ctx_op_t esp_vfs_fs_ops_t::open_p

◆ open

esp_vfs_open_op_t esp_vfs_fs_ops_t::open

◆ [union]

union { ... } esp_vfs_fs_ops_t

◆ close_p

esp_vfs_close_ctx_op_t esp_vfs_fs_ops_t::close_p

◆ close

esp_vfs_close_op_t esp_vfs_fs_ops_t::close

◆ [union]

union { ... } esp_vfs_fs_ops_t

◆ fstat_p

esp_vfs_fstat_ctx_op_t esp_vfs_fs_ops_t::fstat_p

◆ fstat

esp_vfs_fstat_op_t esp_vfs_fs_ops_t::fstat

◆ [union]

union { ... } esp_vfs_fs_ops_t

◆ fcntl_p

esp_vfs_fcntl_ctx_op_t esp_vfs_fs_ops_t::fcntl_p

◆ fcntl

esp_vfs_fcntl_op_t esp_vfs_fs_ops_t::fcntl

◆ [union]

union { ... } esp_vfs_fs_ops_t

◆ ioctl_p

esp_vfs_ioctl_ctx_op_t esp_vfs_fs_ops_t::ioctl_p

◆ ioctl

esp_vfs_ioctl_op_t esp_vfs_fs_ops_t::ioctl

◆ [union]

union { ... } esp_vfs_fs_ops_t

◆ fsync_p

esp_vfs_fsync_ctx_op_t esp_vfs_fs_ops_t::fsync_p

◆ fsync

esp_vfs_fsync_op_t esp_vfs_fs_ops_t::fsync

◆ [union]

union { ... } esp_vfs_fs_ops_t

◆ dir

const esp_vfs_dir_ops_t* esp_vfs_fs_ops_t::dir
Generated from commit: vsfteam/vsf@c3767bf