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

nand_block struct

Representation of a single NAND block in a NAND device.

Syntax

struct nand_block {     uint32_t offset;     uint32_t size;     int is_erased;     int is_bad; };

Fields

offset

Offset to the block. Read more...

size

Size of the block. Read more...

is_erased

True if the block has been erased. Read more...

is_bad

True if the block is bad. Read more...

References

LocationReferrerScopeText
core.h:21
struct nand_block {
core.c:490nand_probe()
nand->blocks = malloc(sizeof(struct nand_block) * nand->num_blocks);
core.h:60nand_device::blocksnand_device
struct nand_block *blocks;

Type Use

Variables of nand_block type
all items filtered out
nand_block
Allocators of nand_block
all items filtered out
nand_block