NandSpareScheme_ReadBadBlockMarker
Default mainpageat91libmemoriesnandflashNandSpareScheme_ReadBadBlockMarker
Description Source Call Graph
NandSpareScheme_ReadBadBlockMarker
Reads the bad block marker inside a spare area buffer using the provided scheme.
 
Syntax / parameters
void NandSpareScheme_ReadBadBlockMarker (const struct NandSpareScheme *scheme, const unsigned char *spare, unsigned char *marker)

Name Type Default Description
scheme const struct NandSpareScheme *
  Pointer to a NandSpareScheme instance.
spare const unsigned char *
  Spare area buffer.
marker unsigned char *
  Pointer to the variable to store the bad block marker.
Description
Reads the bad block marker inside a spare area buffer using the provided scheme.

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