Nut/OS  4.10.3
API Reference
PHAT Debugging Support

Listing various PHAT structures. More...

Collaboration diagram for PHAT Debugging Support:

Functions

void PhatDbgAttrList (FILE *fp, uint8_t attr)
void PhatDbgDirEntry (FILE *fp, CONST char *title, PHATDIRENT *dent)
void PhatDbgFileInfo (FILE *fp, CONST char *title, PHATFILE *nfp)
void PhatDbgVbr (FILE *fp, CONST char *title, PHATVBR *vbr)

Detailed Description

Listing various PHAT structures.


Function Documentation

void PhatDbgAttrList ( FILE fp,
uint8_t  attr 
)

Definition at line 68 of file phatdbg.c.

References fputc(), PHAT_FATTR_ARCHIV, PHAT_FATTR_DIR, PHAT_FATTR_HIDDEN, PHAT_FATTR_RDONLY, PHAT_FATTR_SYSTEM, and PHAT_FATTR_VOLID.

Referenced by PhatDbgDirEntry().

Here is the call graph for this function: