NandSpareScheme_ReadEcc
Default mainpageat91libmemoriesnandflashNandSpareScheme_ReadEcc
Description Source Call Graph
NandSpareScheme_ReadEcc
Reads ECC information from a spare area using the provided scheme.
 
Syntax / parameters
void NandSpareScheme_ReadEcc (const struct NandSpareScheme *scheme, const unsigned char *spare, unsigned char *ecc)

Name Type Default Description
scheme const struct NandSpareScheme *
  Pointer to a NandSpareScheme instance.
spare const unsigned char *
  Spare area buffer.
ecc unsigned char *
  ECC buffer.
Description
Reads ECC information from a spare area using the provided scheme.

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