SAMV71 Xplained Ultra Software Package 1.3

MSDIOFifo.h File Reference

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   (32 * 512)
#define MSDIO_WRITE10_CHUNK_SIZE   (32 * 512)
#define MSDIOFifo_IncNdx(ndx, sectSize, bufSize)

Functions

void MSDIOFifo_Init (MSDIOFifo *pFifo, void *pBuffer, unsigned short bufferSize)
 Initializes a MSDIOFifo instance.

Detailed Description

Definition in file MSDIOFifo.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines