Definition in file conf_et024006dhu.h.
#include "compiler.h"
#include "board.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 + 0x00400000)) |
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 96 of file conf_et024006dhu.h.
#define ET024006_IFACE_MODE ET024006_IFACE_MODE_EBI |
Interface configuration.
Currently only EBI mode supported
Definition at line 55 of file conf_et024006dhu.h.
#define ET024006_PARAM_ADDR ((volatile unsigned short int *) (AVR32_EBI_CS0_ADDRESS + 0x00400000)) |
address used to read/write from/to registers or RAM
On the other boards we have the select signal connected to address line 22 and this implies an address offset of 0x400000.
Definition at line 104 of file conf_et024006dhu.h.