OpenOCD
|
Data Fields | |
int | chip_size |
int | erase_size |
int | id |
int | mfr_id |
const char * | name |
int | options |
int | page_size |
Definition at line 82 of file nand/core.h.
int nand_info::chip_size |
Definition at line 86 of file nand/core.h.
Referenced by nand_probe().
int nand_info::erase_size |
Definition at line 87 of file nand/core.h.
Referenced by nand_probe().
int nand_info::id |
Definition at line 84 of file nand/core.h.
int nand_info::mfr_id |
Definition at line 83 of file nand/core.h.
const char* nand_info::name |
Definition at line 89 of file nand/core.h.
Referenced by COMMAND_HANDLER(), and nand_probe().
int nand_info::options |
Definition at line 88 of file nand/core.h.
Referenced by nand_build_bbt(), nand_poll_ready(), nand_probe(), nand_read_data_page(), nand_read_status(), and nand_write_data_page().
int nand_info::page_size |
Definition at line 85 of file nand/core.h.
Referenced by nand_probe().