ReactOS 0.4.15-dev-7842-g558ab78
nandflash.h File Reference
#include <string.h>
#include <stdio.h>
#include <fcntl.h>
#include <typedefs.h>
Include dependency graph for nandflash.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NAND_PAGE_SIZE   (2 * 1024)
 
#define NAND_OOB_SIZE   64
 
#define NAND_PAGES   ((256 * 1024 * 1024) / NAND_PAGE_SIZE)
 

Macro Definition Documentation

◆ NAND_OOB_SIZE

#define NAND_OOB_SIZE   64

Definition at line 18 of file nandflash.h.

◆ NAND_PAGE_SIZE

#define NAND_PAGE_SIZE   (2 * 1024)

Definition at line 17 of file nandflash.h.

◆ NAND_PAGES

#define NAND_PAGES   ((256 * 1024 * 1024) / NAND_PAGE_SIZE)

Definition at line 19 of file nandflash.h.