agileRTOS (zrtos)  Version 0.8.0 (ghostbuster)
_zrtos_vfs_file_t Struct Reference

#include <vfs_file.h>

Collaboration diagram for _zrtos_vfs_file_t:
[legend]

Data Fields

zrtos_vfs_dentry_tdentry
 
zrtos_vfs_offset_t offset
 
void * ctx
 

Detailed Description

Definition at line 18 of file vfs_file.h.

Field Documentation

◆ ctx

void* _zrtos_vfs_file_t::ctx

Definition at line 21 of file vfs_file.h.

◆ dentry

zrtos_vfs_dentry_t* _zrtos_vfs_file_t::dentry

Definition at line 19 of file vfs_file.h.

◆ offset

zrtos_vfs_offset_t _zrtos_vfs_file_t::offset

Definition at line 20 of file vfs_file.h.


The documentation for this struct was generated from the following file: