at91sam9_address() is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

at91sam9_address() function

Send an address to the NAND device attached to an AT91SAM9 NAND controller.

Syntax

static int at91sam9_address(struct nand_device *nand,     uint8_t address);

Arguments

nand

NAND device to send the address to.

address

Address to be sent.

Return value

Success or failure of sending the address.

References

LocationText
at91sam9.c:163
static int at91sam9_address(struct nand_device *nand, uint8_t address)
at91sam9.c:703
.address = at91sam9_address,

Call Tree

Functions called by at91sam9_address()
at91sam9_address()
Data read by at91sam9_address()
at91sam9_address()
Implementations
at91sam9_address()
all items filtered out
Type of at91sam9_address()
at91sam9_address()
all items filtered out