theCore C++ embedded framework
Collaboration diagram for FAT filesystem:

Data Structures

class  ecl::fat::dir
 FATFS directory descriptor. More...
 
class  ecl::fat::dir_inode
 Metadata class for FATFS filesystem directories. More...
 
class  ecl::fat::file
 FATFS file descriptor. More...
 
class  ecl::fat::file_inode
 FATFS file inode. More...
 
class  ecl::fat::petit< Block >
 Petite FAT implementation over block device interface. More...
 

Typedefs

using ecl::fat::allocator = ecl::pool_allocator< uint8_t >
 

Functions

static fs::inode_ptr ecl::fat::petit< Block >::mount ()
 Mounts a system and returns the root inode. More...
 

Detailed Description

Typedef Documentation

◆ allocator

using ecl::fat::allocator = typedef ecl::pool_allocator< uint8_t >

Function Documentation

◆ mount()

template<class Block >
fs::inode_ptr ecl::fat::petit< Block >::mount ( )
static

Mounts a system and returns the root inode.

Returns
FATFS root inode.
Here is the call graph for this function: