CARD_ROM_PAGE_SIZE

Definition

#include <nitro/card.h>

#define CARD_ROM_PAGE_SIZE 512;

Description

This indicates the size of the page (in bytes) that can be used to access a CARD ROM device. Although access functions operate based on this size limitation internally, transfer efficiency drops when the limit is exceeded. Refer to the CARD_ReadRomAsync for details.

See Also

CARD_ReadRomAsync

Revision History

07/09/2004 Changed description due to change in CARD_ReadRomAsync function format.
07/05/2004 Initial Version