Epson S1D13505 Technical Manual page 257

Embedded ramdac lcd/crt controller
Table of Contents

Advertisement

Epson Research and Development
Vancouver Design Center
MAX_DISP_MODE
};
typedef struct tagHalStruct
{
char
szIdString[16];
WORD
wDetectEndian;
WORD
wSize;
WORD
wDefaultMode;
BYTE Regs[MAX_DISP_MODE][MAX_REG + 1];
DWORD dwClkI;
DWORD dwBusClk;
DWORD dwRegAddr;
DWORD dwDispMem;
WORD
wPanelFrameRate;
WORD
wCrtFrameRate;
WORD
wMemSpeed;
WORD
wTrc;
WORD
wTrp;
WORD
wTrac;
WORD
wHostBusWidth;
} HAL_STRUCT;
typedef HAL_STRUCT * PHAL_STRUCT;
#ifdef INTEL
typedef HAL_STRUCT far * LPHAL_STRUCT;
#else
typedef HAL_STRUCT
#endif
/*=========================================================================*/
/*
/*=========================================================================*/
/*---------------------------- HAL Support --------------------------------*/
int seInitHal( void );
int seGetDetectedBusWidth(int *bits);
int seRegisterDevice( const LPHAL_STRUCT lpHalInfo, int *Device );
int seGetMemSize( int seReserved1, DWORD *val );
#define CLEAR_MEM
Programming Notes and Examples
Issue Date: 01/02/05
/* Input Clock Frequency (in kHz) */
/* Bus Clock Frequency (in kHz) */
/* Starting address of registers */
/* Starting address of display buffer memory */
/* Desired panel frame rate */
/* Desired CRT rate */
/* Memory speed in ns */
/* Ras to Cas Delay in ns */
/* Ras Precharge time in ns */
/* Ras Access Charge time in ns */
/* Host CPU bus width in bits */
* LPHAL_STRUCT;
FUNCTION
PROTO-TYPES
TRUE
Page 103
*/
S1D13505
X23A-G-003-07

Advertisement

Table of Contents
loading

Table of Contents