#include "debug.h"
#include "nand.h"
#include "in_nand.h"
#include "stat.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
Go to the source code of this file.
Define Documentation
#define NAND_FREE_PAGE -1 |
Function Documentation
void nand_block_erase |
( |
unsigned int |
blk_no, |
|
|
int |
optStat | |
|
) |
| | |
_t_sect nand_page_read |
( |
unsigned int |
blk_no, |
|
|
unsigned int |
page_no, |
|
|
unsigned int |
lsn, |
|
|
int |
optStat | |
|
) |
| | |
void nand_page_write |
( |
unsigned int |
blk_no, |
|
|
unsigned int |
page_no, |
|
|
unsigned int |
lsn, |
|
|
int |
optStat | |
|
) |
| | |
Variable Documentation