nonce_nand_fast_block_write() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDnonce_nand_fast_block_write()

nonce_nand_fast_block_write() function

Syntax

static int nonce_nand_fast_block_write(struct nand_device *nand,     uint8_t *data,     int size);

Arguments

nand

data

size

References

LocationText
nonce.c:30
static int nonce_nand_fast_block_write(struct nand_device *nand,
nonce.c:61
.write_block_data = &nonce_nand_fast_block_write,

Implementations

Implementations
nonce_nand_fast_block_write()