Definition in file conf_et024006dhu.h.
Go to the source code of this file.
Defines | |
#define | ET024006_CMD_ADDR ((volatile unsigned short int *) AVR32_EBI_CS0_ADDRESS) |
address used to write to the index register (or read device status | |
#define | ET024006_IFACE_MODE ET024006_IFACE_MODE_EBI |
Interface configuration. | |
#define | ET024006_PARAM_ADDR ((volatile unsigned short int *) (AVR32_EBI_CS0_ADDRESS + 0x00200000)) |
address used to read/write from/to registers or RAM |
#define ET024006_CMD_ADDR ((volatile unsigned short int *) AVR32_EBI_CS0_ADDRESS) |
address used to write to the index register (or read device status
Definition at line 75 of file conf_et024006dhu.h.
#define ET024006_IFACE_MODE ET024006_IFACE_MODE_EBI |
Interface configuration.
Currently only EBI mode supported
Definition at line 52 of file conf_et024006dhu.h.
#define ET024006_PARAM_ADDR ((volatile unsigned short int *) (AVR32_EBI_CS0_ADDRESS + 0x00200000)) |
address used to read/write from/to registers or RAM
On the other boards we have the select signal connected to address line 21 and this implies an address offset of 0x200000.
Definition at line 83 of file conf_et024006dhu.h.