OpenOCD
at91sam9_nand Struct Reference

Private data for the controller that is stored in the NAND device structure. More...

Collaboration diagram for at91sam9_nand:

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...
 

Detailed Description

Private data for the controller that is stored in the NAND device structure.

Definition at line 39 of file at91sam9.c.

Field Documentation

◆ addr

uint32_t at91sam9_nand::addr

Address addresses are written to.

Definition at line 50 of file at91sam9.c.

◆ busy

struct at91sam9_pin at91sam9_nand::busy

Pin representing the ready/~busy line.

Definition at line 50 of file at91sam9.c.

◆ ce

struct at91sam9_pin at91sam9_nand::ce

Pin representing the chip enable.

Definition at line 50 of file at91sam9.c.

◆ cmd

uint32_t at91sam9_nand::cmd

Address commands are written to.

Definition at line 47 of file at91sam9.c.

◆ data

uint32_t at91sam9_nand::data

Address data is written to.

Definition at line 44 of file at91sam9.c.

◆ ecc

uint32_t at91sam9_nand::ecc

Address of the ECC controller for NAND.

Definition at line 41 of file at91sam9.c.

◆ io

struct arm_nand_data at91sam9_nand::io

I/O structure for hosted reads/writes.

Definition at line 50 of file at91sam9.c.


The documentation for this struct was generated from the following file: