Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
nand_buffers Struct Reference

#include <nand.h>

Data Fields

uint8_t ecccalc [NAND_MAX_OOBSIZE]
 
uint8_t ecccode [NAND_MAX_OOBSIZE]
 
uint8_t databuf [NAND_MAX_PAGESIZE+NAND_MAX_OOBSIZE]
 

Detailed Description

struct nand_buffers - buffer structure for read/write : buffer for calculated ECC : buffer for ECC read from flash : buffer for data - dynamically sized

Do not change the order of buffers. databuf and oobrbuf must be in consecutive order.

Definition at line 401 of file nand.h.

Field Documentation

Definition at line 404 of file nand.h.

Definition at line 402 of file nand.h.

Definition at line 403 of file nand.h.


The documentation for this struct was generated from the following file: