nand_buffers Struct Reference

#include <nand.h>


Data Fields

uint8_t ecccalc [NAND_MAX_OOBSIZE]
uint8_t ecccode [NAND_MAX_OOBSIZE]
uint8_t oobwbuf [NAND_MAX_OOBSIZE]
uint8_t databuf [NAND_MAX_PAGESIZE]
uint8_t oobrbuf [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 write oob data : buffer for data - dynamically sized : buffer to read oob data

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

Definition at line 296 of file nand.h.


Field Documentation

uint8_t nand_buffers::ecccalc[NAND_MAX_OOBSIZE]

Definition at line 297 of file nand.h.

Referenced by nand_read_page_hwecc(), nand_read_page_swecc(), nand_write_page_hwecc(), and nand_write_page_swecc().

uint8_t nand_buffers::ecccode[NAND_MAX_OOBSIZE]

Definition at line 298 of file nand.h.

Referenced by nand_read_page_hwecc(), and nand_read_page_swecc().

uint8_t nand_buffers::oobwbuf[NAND_MAX_OOBSIZE]

Definition at line 299 of file nand.h.

Referenced by nand_do_write_oob(), nand_do_write_ops(), and nand_scan_tail().

uint8_t nand_buffers::databuf[NAND_MAX_PAGESIZE]

Definition at line 300 of file nand.h.

Referenced by nand_do_read_ops().

uint8_t nand_buffers::oobrbuf[NAND_MAX_OOBSIZE]

Definition at line 301 of file nand.h.

Referenced by nand_do_read_oob(), and nand_do_read_ops().


The documentation for this struct was generated from the following file:
Generated on Fri Nov 28 00:08:48 2008 for elphel by  doxygen 1.5.1