oob_formats::NAND_OOB_ONLY is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDoob_formats::NAND_OOB_ONLY

oob_formats::NAND_OOB_ONLY

Syntax

NAND_OOB_ONLY = 0x2;

References

LocationReferrerText
core.h:174
NAND_OOB_ONLY = 0x2, /* only OOB data */
fileio.c:68nand_fileio_start()
if (!(state->oob_format & NAND_OOB_ONLY)) {
fileio.c:138nand_fileio_parse_args()
state->oob_format |= NAND_OOB_RAW | NAND_OOB_ONLY;

Data Use

Functions using oob_formats::NAND_OOB_ONLY
oob_formats::NAND_OOB_ONLY