::NAND_CMD_RESET is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

::NAND_CMD_RESET

Syntax

NAND_CMD_RESET = 0xff;

References

LocationReferrerText
core.h:152
NAND_CMD_RESET = 0xff,
core.c:326nand_probe()
nand->controller->command(nand, NAND_CMD_RESET);
nonce.c:38nonce_nand_reset()
return nonce_nand_command(nand, NAND_CMD_RESET);
nuc910.c:139nuc910_nand_reset()
return nuc910_nand_command(nand, NAND_CMD_RESET);
orion.c:99orion_nand_reset()
return orion_nand_command(nand, NAND_CMD_RESET);

Data Use

Functions using ::NAND_CMD_RESET
::NAND_CMD_RESET