nand_fileio_state is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

nand_fileio_state struct

Syntax

struct nand_fileio_state {     uint32_t address;     uint32_t size;     uint8_t *page;     uint32_t page_size;     enum oob_formats oob_format;     uint8_t *oob;     uint32_t oob_size;     const int *eccpos;     bool file_opened;     struct fileio *fileio;     struct duration bench; };

Fields

address

No summary provided. Read more...

size

No summary provided. Read more...

page

No summary provided. Read more...

page_size

No summary provided. Read more...

oob_format

No summary provided. Read more...

oob

No summary provided. Read more...

oob_size

No summary provided. Read more...

eccpos

No summary provided. Read more...

file_opened

No summary provided. Read more...

fileio

No summary provided. Read more...

bench

No summary provided. Read more...

References

LocationReferrerScopeText
fileio.h:13
struct nand_fileio_state {
fileio.c:40nand_fileio_init()
void nand_fileio_init(struct nand_fileio_state *state)
fileio.c:48nand_fileio_start()
struct nand_fileio_state *state)
fileio.c:86nand_fileio_cleanup()
int nand_fileio_cleanup(struct nand_fileio_state *state)
fileio.c:98nand_fileio_finish()
int nand_fileio_finish(struct nand_fileio_state *state)
fileio.c:104nand_fileio_parse_args()
COMMAND_HELPER(nand_fileio_parse_args, struct nand_fileio_state *state,
fileio.c:171nand_fileio_read()
int nand_fileio_read(struct nand_device *nand, struct nand_fileio_state *s)
fileio.h:32nand_fileio_init()::statenand_fileio_init()
void nand_fileio_init(struct nand_fileio_state *state);
fileio.h:35nand_fileio_start()::statenand_fileio_start()
struct nand_fileio_state *state);
fileio.h:36nand_fileio_cleanup()::statenand_fileio_cleanup()
int nand_fileio_cleanup(struct nand_fileio_state *state);
fileio.h:37nand_fileio_finish()::statenand_fileio_finish()
int nand_fileio_finish(struct nand_fileio_state *state);
fileio.h:39nand_fileio_parse_args()::statenand_fileio_parse_args()
COMMAND_HELPER(nand_fileio_parse_args, struct nand_fileio_state *state,
fileio.h:43nand_fileio_read()::snand_fileio_read()
int nand_fileio_read(struct nand_device *nand, struct nand_fileio_state *s);
tcl.c:232handle_nand_write_command()
struct nand_fileio_state s;
tcl.c:272handle_nand_verify_command()
struct nand_fileio_state file;
tcl.c:278handle_nand_verify_command()
struct nand_fileio_state dev;
tcl.c:332handle_nand_dump_command()
struct nand_fileio_state s;

Type Use

Variables of nand_fileio_state type
nand_fileio_state
Allocators of nand_fileio_state
Deletors of nand_fileio_state
handle_nand_write_command()::s
handle_nand_verify_command()::file
handle_nand_verify_command()::dev
handle_nand_dump_command()::s
all items filtered out
nand_fileio_state
handle_nand_write_command()::s
handle_nand_verify_command()::file
handle_nand_verify_command()::dev
handle_nand_dump_command()::s
all items filtered out