NandSpareScheme_WriteExtra
Default mainpageat91libmemoriesnandflashNandSpareScheme_WriteExtra
Description Source Call Graph
NandSpareScheme_WriteExtra
Write extra bytes of information inside a spare area, using the provided scheme.
 
Syntax / parameters
void NandSpareScheme_WriteExtra (const struct NandSpareScheme *scheme, unsigned char *spare, const void *extra, unsigned char size, unsigned char offset)

Name Type Default Description
scheme const struct NandSpareScheme *
  Pointer to a NandSpareScheme instance.
spare unsigned char *
  Spare area buffer.
extra const void *
  Extra bytes to write.
size unsigned char
  Number of extra bytes to write.
offset unsigned char
  Index where to write the first extra byte.
Description
Write extra bytes of information inside a spare area, using the provided scheme.

 
Source
The documentation for this Member was generated from the following files:
  • NandSpareScheme.c