unsigned char RawNandFlash_CopyPage (const struct RawNandFlash *raw, unsigned short sourceBlock, unsigned short sourcePage, unsigned short destBlock, unsigned short destPage) |
Name | Type | Default | Description |
raw | const struct RawNandFlash * |
Pointer to a RawNandFlash instance. |
|
sourceBlock | unsigned short |
Source block number. |
|
sourcePage | unsigned short |
Source page number inside the source block. |
|
destBlock | unsigned short |
Destination block number. |
|
destPage | unsigned short |
Destination page number inside the destination block. |
|
Return value | unsigned char |