Definition in file conf_et024006dhu_example.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 + 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 112 of file conf_et024006dhu_example.h.
Referenced by et024006_ReadRegister(), et024006_SelectRegister(), and et024006_WriteRegister().
#define ET024006_IFACE_MODE ET024006_IFACE_MODE_EBI |
Interface configuration.
Currently only EBI mode supported
Definition at line 56 of file conf_et024006dhu_example.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 120 of file conf_et024006dhu_example.h.
Referenced by et024006_CopyBitsToScreen(), et024006_CopyPixelsFromScreen(), et024006_CopyPixelsToScreen(), et024006_DrawBitmap(), et024006_DrawPixel(), et024006_DrawQuickPixel(), et024006_DuplicatePixel(), et024006_GetPixel(), et024006_PrintString(), et024006_ReadRegister(), et024006_TestDisplay(), and et024006_WriteRegister().