OpenOCD
nand_block
is only used within OpenOCD.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
Development Tools
OpenOCD
nand_block
nand_block struct
Representation of a single NAND block in a NAND device.
Syntax
Show:
Summary
Declaration
from
core.h:21
struct
nand_block
{
uint32_t
offset
;
uint32_t
size
;
int
is_erased
;
int
is_bad
;
}
;
Fields
Field
Declared as
Description
nand_block::offset
uint32_t
Offset to the block.
nand_block::size
uint32_t
Size of the block.
nand_block::is_erased
int
True if the block has been erased.
nand_block::is_bad
int
True if the block is bad.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out