OpenOCD
nand_info::chip_size
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_info::chip_size
nand_info::chip_size field
Syntax
Show:
Summary
Declaration
from
core.h:86
int
chip_size
;
Examples
References
from
examples
Code
Location
Referrer
int
chip_size
;
core.h:86
if
(
nand
->
device
->
chip_size
<=
32
)
core.c:430
nand_probe()
else
if
(
nand
->
device
->
chip_size
<=
8
*
1024
)
core.c:432
nand_probe()
if
(
nand
->
device
->
chip_size
<=
128
)
core.c:440
nand_probe()
else
if
(
nand
->
device
->
chip_size
<=
32
*
1024
)
core.c:442
nand_probe()
nand
->
num_blocks
=
(
nand
->
device
->
chip_size
*
1024
)
/
(
nand
->
erase_size
/
1024
)
;
core.c:489
nand_probe()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
nand_info::chip_size
is read by 1 function:
All items filtered out
nand_info::chip_size
nand_probe()
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