FS_DMA_NOT_USE

Definition

#include <nitro/fs.h>

#define FS_DMA_NOT_USE ((u32)~0)

Description

This constant is used when the ROM file system specifies transfer by the CPU instead of a DMA channel. The FS_Init function and the FS_SetDefaultDMA function use this constant.

See Also

FS_Init, FS_SetDefaultDMA

Revision History

05/14/2004 Initial version.