NandSpareScheme
Default mainpageat91libmemoriesnandflashNandSpareScheme
Description
NandSpareScheme.h::NandSpareScheme
 
Purpose
NandSpareScheme layer is used to do Nandflash device's spare area operations. It is called by upper layer drivers, such as SkipBlockNandFlash layer.

Usage
  1. NandSpareScheme_WriteBadBlockMarker is used to mark a badblock marker inside a spare area.
  2. NandSpareScheme_ReadBadBlockMarker is used to readout the marker.
  3. NandSpareScheme_ReadEcc is used to read out ecc from spare area using the provided spare scheme.
  4. NandSpareScheme_WriteEcc is used to write ecc to spare area using the provided spare scheme.
  5. NandSpareScheme_ReadExtra is used to read extra bytes from spare area using the provided spare scheme.
  6. NandSpareScheme_WriteExtra is used to write extra bytes to spare area using the provided spare scheme.
 
Source
The documentation for this Page was generated from the following file:
  • NandSpareScheme.h