at91sam9_read_block_data() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDat91sam9_read_block_data()

at91sam9_read_block_data() function

Read a block of data from the NAND device attached to an AT91SAM9. This utilizes the ARM hosted NAND read function.

Syntax

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

Arguments

nand

NAND device to read from.

data

Pointer to where the read data should be placed.

size

Size of the data being read.

Return value

Success or failure of the hosted read.

References

LocationText
at91sam9.c:249
static int at91sam9_read_block_data(struct nand_device *nand, uint8_t *data, int size)
at91sam9.c:707
.read_block_data = at91sam9_read_block_data,

Call Tree

Functions called by at91sam9_read_block_data()
at91sam9_read_block_data()
all items filtered out
Data read by at91sam9_read_block_data()
Data written by at91sam9_read_block_data()
at91sam9_read_block_data()::info
at91sam9_read_block_data()::io
at91sam9_read_block_data()::status
all items filtered out
at91sam9_read_block_data()
at91sam9_read_block_data()::status
all items filtered out
Implementations
at91sam9_read_block_data()
Type of at91sam9_read_block_data()
at91sam9_read_block_data()
all items filtered out