unsigned char SkipBlockNandFlash_WritePage (const struct SkipBlockNandFlash *skipBlock, unsigned short block, unsigned short page, void *data, void *spare) |
Name | Type | Default | Description |
skipBlock | const struct SkipBlockNandFlash * |
Pointer to a SkipBlockNandFlash instance. |
|
block | unsigned short |
Number of the block to write. |
|
page | unsigned short |
Number of the page to write inside the given block. |
|
data | void * |
Data area buffer. |
|
spare | void * |
Spare area buffer. |
|
Return value | unsigned char |