#include "NandCommon.h"
Go to the source code of this file.
Data Structures | |
struct | NandSpareScheme |
Functions | |
void | NandSpareScheme_ReadBadBlockMarker (const struct NandSpareScheme *scheme, const uint8_t *spare, uint8_t *marker) |
void | NandSpareScheme_WriteBadBlockMarker (const struct NandSpareScheme *scheme, uint8_t *spare, uint8_t marker) |
void | NandSpareScheme_ReadEcc (const struct NandSpareScheme *scheme, const uint8_t *spare, uint8_t *ecc) |
void | NandSpareScheme_WriteEcc (const struct NandSpareScheme *scheme, uint8_t *spare, const uint8_t *ecc) |
void | NandSpareScheme_ReadExtra (const struct NandSpareScheme *scheme, const uint8_t *spare, void *extra, uint8_t size, uint8_t offset) |
void | NandSpareScheme_WriteExtra (const struct NandSpareScheme *scheme, uint8_t *spare, const void *extra, uint8_t size, uint8_t offset) |
Variables | |
struct NandSpareScheme | nandSpareScheme256 |
struct NandSpareScheme | nandSpareScheme512 |
struct NandSpareScheme | nandSpareScheme2048 |
struct NandSpareScheme | nandSpareScheme4096 |
Include Defines & macros for the nand flash spare scheme.
Definition in file NandSpareScheme.h.