<< Previous | Next >>

nf_getPageSize

long nf_getPageSize( nf_device * dev );

Description

Returns the size in bytes (excluding "spare" bytes) of each program page on the particular NAND flash device.

Parameters

dev
Pointer to an nf_device structure for an initialized NAND flash device.

Return value

The number of data bytes in the NAND flash's program page, excluding the "spare" bytes used for ECC storage, etc.

Library

NFLASH.LIB (This function was introduced in Dynamic C 9.01)

See Also

CalculateECC256, ChkCorrectECC256, xCalculateECC256, xChkCorrectECC256


Dynamic C Functions << Previous | Next >> rabbit.com