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

oob_formats::NAND_OOB_RAW

Syntax

NAND_OOB_RAW = 0x1;

References

LocationReferrerText
core.h:172
NAND_OOB_RAW = 0x1, /* raw OOB data (16 bytes for 512b page sizes, 64 bytes for
fileio.c:73nand_fileio_start()
if (state->oob_format & (NAND_OOB_RAW | NAND_OOB_SW_ECC | NAND_OOB_SW_ECC_KW)) {
fileio.c:136nand_fileio_parse_args()
state->oob_format |= NAND_OOB_RAW;
fileio.c:138nand_fileio_parse_args()
state->oob_format |= NAND_OOB_RAW | NAND_OOB_ONLY;

Data Use

Functions using oob_formats::NAND_OOB_RAW
oob_formats::NAND_OOB_RAW