unsigned char RawNandFlash_WritePage (const struct RawNandFlash *raw, unsigned short block, unsigned short page, void *data, void *spare) |
Name | Type | Default | Description |
raw | const struct RawNandFlash * |
Pointer to a RawNandFlash instance. |
|
block | unsigned short |
Number of the block where the page to write resides. |
|
page | unsigned short |
Number of the page to write inside the given block. |
|
data | void * |
Buffer containing the data area. |
|
spare | void * |
Buffer containing the spare area. |
|
Return value | unsigned char |