unsigned char SkipBlockNandFlash_WriteBlock (const struct SkipBlockNandFlash *skipBlock, unsigned short block, void *data) |
Name | Type | Default | Description |
skipBlock | const struct SkipBlockNandFlash * |
Pointer to a SkipBlockNandFlash instance. |
|
block | unsigned short |
Number of block to read page from. |
|
data | void * |
Data area buffer, can be 0. |
|
Return value | unsigned char |