Expand description
Low-level filesystem operations.
Structs
- An opened directory object, with open permissions and a cursor for
read_dir
. - Disk
myfs
A disk device with a cursor. - An opened file object, with open permissions and a cursor.
- Options and flags which can be used to configure how a file is opened.
Traits
- MyFileSystemIf
myfs
The interface to define custom filesystems in user apps.
Type Aliases
- Alias of
axfs_vfs::VfsDirEntry
. - Alias of
axfs_vfs::VfsNodeAttr
. - Alias of
axfs_vfs::VfsNodePerm
. - Alias of
axfs_vfs::VfsNodeType
.