SJSU One API
Main Page
Modules
Namespaces
Data Structures
Files
File List
Globals
firmware
default
lib
L4_IO
fat
disk
diskioStructs.h
Go to the documentation of this file.
1
#ifndef DISKIOSTRUCTS_H_
2
#define DISKIOSTRUCTS_H_
3
4
#include "
integer.h
"
5
typedef
unsigned
char
DSTATUS
;
6
7
9
typedef
enum
10
{
11
RES_OK
= 0,
/* 0: Successful */
12
RES_ERROR
,
/* 1: R/W Error */
13
RES_WRPRT
,
/* 2: Write Protected */
14
RES_NOTRDY
,
/* 3: Not Ready */
15
RES_PARERR
/* 4: Invalid Parameter */
16
}
DRESULT
;
17
18
19
#endif
/* DISKIOSTRUCTS_H_ */
RES_OK
Definition:
diskioStructs.h:11
RES_WRPRT
Definition:
diskioStructs.h:13
DSTATUS
unsigned char DSTATUS
Status of Disk Functions.
Definition:
diskioStructs.h:5
RES_ERROR
Definition:
diskioStructs.h:12
RES_PARERR
Definition:
diskioStructs.h:15
integer.h
DRESULT
DRESULT
Results of Disk Functions.
Definition:
diskioStructs.h:9
RES_NOTRDY
Definition:
diskioStructs.h:14
Generated by
1.8.11