unsigned char EccNandFlash_ReadPage (const struct EccNandFlash *ecc, unsigned short block, unsigned short page, void *data, void *spare) |
Name | Type | Default | Description |
ecc | const struct EccNandFlash * |
Pointer to an EccNandFlash instance. |
|
block | unsigned short |
Number of block to read from. |
|
page | unsigned short |
Number of page to read inside given block. |
|
data | void * |
Data area buffer. |
|
spare | void * |
Spare area buffer. |
|
Return value | unsigned char |