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

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

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