OpenOCD
|
Private data for the controller that is stored in the NAND device structure. More...
Data Fields | |
uint32_t | addr |
Address addresses are written to. More... | |
struct at91sam9_pin | busy |
Pin representing the ready/~busy line. More... | |
struct at91sam9_pin | ce |
Pin representing the chip enable. More... | |
uint32_t | cmd |
Address commands are written to. More... | |
uint32_t | data |
Address data is written to. More... | |
uint32_t | ecc |
Address of the ECC controller for NAND. More... | |
struct arm_nand_data | io |
I/O structure for hosted reads/writes. More... | |
Private data for the controller that is stored in the NAND device structure.
Definition at line 39 of file at91sam9.c.
uint32_t at91sam9_nand::addr |
Address addresses are written to.
Definition at line 50 of file at91sam9.c.
struct at91sam9_pin at91sam9_nand::busy |
Pin representing the ready/~busy line.
Definition at line 50 of file at91sam9.c.
struct at91sam9_pin at91sam9_nand::ce |
Pin representing the chip enable.
Definition at line 50 of file at91sam9.c.
uint32_t at91sam9_nand::cmd |
Address commands are written to.
Definition at line 47 of file at91sam9.c.
uint32_t at91sam9_nand::data |
Address data is written to.
Definition at line 44 of file at91sam9.c.
uint32_t at91sam9_nand::ecc |
Address of the ECC controller for NAND.
Definition at line 41 of file at91sam9.c.
struct arm_nand_data at91sam9_nand::io |
I/O structure for hosted reads/writes.
Definition at line 50 of file at91sam9.c.