diskioStructs.h File Reference
#include "integer.h"
Include dependency graph for diskioStructs.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Typedefs | |
typedef unsigned char | DSTATUS |
Status of Disk Functions. More... | |
Enumerations | |
enum | DRESULT { RES_OK = 0, RES_ERROR, RES_WRPRT, RES_NOTRDY, RES_PARERR } |
Results of Disk Functions. More... | |
Typedef Documentation
typedef unsigned char DSTATUS |
Status of Disk Functions.
Enumeration Type Documentation
enum DRESULT |