Go to the source code of this file.
Data Structures | |
struct | PMSDIOFifo |
FIFO buffer for READ/WRITE (disk) operation of a mass storage device. More... | |
Defines | |
#define | MSDIO_IDLE 0 |
#define | MSDIO_START 1 |
#define | MSDIO_WAIT 2 |
#define | MSDIO_NEXT 3 |
#define | MSDIO_PAUSE 4 |
#define | MSDIO_ABORT 5 |
#define | MSDIO_DONE 6 |
#define | MSDIO_ERROR 7 |
#define | MSDIO_READ10_CHUNK_SIZE (128 * 512) |
#define | MSDIO_WRITE10_CHUNK_SIZE (128 * 512) |
#define | MSDIOFifo_IncNdx(ndx, sectSize, bufSize) |
Functions | |
void | MSDIOFifo_Init (MSDIOFifo *pFifo, void *pBuffer, unsigned int bufferSize) |
Initializes a MSDIOFifo instance. |
Definition in file MSDIOFifo.h.