IFS::Debug Namespace Reference
Typedefs | |
using | Options = BitSet< uint8_t, Option, 2 > |
Enumerations | |
enum | Option { Option::recurse, Option::attributes } |
Functions | |
void | printFsInfo (Print &out, FileSystem &fs) |
void | printAttrInfo (Print &out, FileSystem &fs, const String &filename) |
int | listDirectory (Print &out, FileSystem &fs, const String &path, Options options=0) |
Typedef Documentation
◆ Options
using IFS::Debug::Options = typedef BitSet<uint8_t, Option, 2> |
Enumeration Type Documentation
◆ Option
|
strong |
Function Documentation
◆ listDirectory()
int IFS::Debug::listDirectory | ( | Print & | out, |
FileSystem & | fs, | ||
const String & | path, | ||
Options | options = 0 |
||
) |
◆ printAttrInfo()
void IFS::Debug::printAttrInfo | ( | Print & | out, |
FileSystem & | fs, | ||
const String & | filename | ||
) |
◆ printFsInfo()
void IFS::Debug::printFsInfo | ( | Print & | out, |
FileSystem & | fs | ||
) |