📄 cx5530.h
字号:
/*
* $Workfile: CX5530.H $
* $Revision: 3 $
* $Date: 4/07/00 8:48a $
* $Modtime: 4/07/00 8:38a $
* $Author: Sarma $
*
* Copyright (c) 1998 National Semiconductor Corporation.
* All Rights Reserved.
*
* This software is the confidential and proprietary information of National
* Semiconductor Corporation. ("Confidential Information").
* You shall not disclose such Confidential Information and shall use it only
* in accordance with the terms of the license agreement you entered into
* with National Semiconductor Corporation.
* This code is supplied as is.
*
*/
/*
*$Log: /CE/Platform/Nsc/Drivers/Video/gxvideo/base/CX5530.H $
*
* 3 4/07/00 8:48a Sarma
* Removed Cyrix Corporation from the legal/confidentail information.
*
* 2 11/12/98 3:13p Sarma
* Added Confidential copyright to files with VSS keywords for
* log/history.
*$History: CX5530.H $
*
* ***************** Version 3 *****************
* User: Sarma Date: 4/07/00 Time: 8:48a
* Updated in $/CE/Platform/Nsc/Drivers/Video/gxvideo/base
* Removed Cyrix Corporation from the legal/confidentail information.
*
* ***************** Version 2 *****************
* User: Sarma Date: 11/12/98 Time: 3:13p
* Updated in $/wince/v2.1/gxvideo
* Added Confidential copyright to files with VSS keywords for
* log/history.
*/
#ifndef CX5530_H
#define CX5530_H
//----------------------------------------------------------------------------
// BEGIN "CX5530.H"
#define CX5530_BASE 0x40010000
// DISPLAY CONFIGURATION BIT DEFINITIONS
#define CX5530_DCFG_DIS_EN 0x00000001
#define CX5530_DCFG_HSYNC_EN 0x00000002
#define CX5530_DCFG_VSYNC_EN 0x00000004
#define CX5530_DCFG_DAC_BL_EN 0x00000008
#define CX5530_DCFG_DAC_PWDNX 0x00000020
#define CX5530_DCFG_FP_PWR_EN 0x00000040
#define CX5530_DCFG_FP_DATA_EN 0x00000080
#define CX5530_DCFG_CRT_HSYNC_POL 0x00000100
#define CX5530_DCFG_CRT_VSYNC_POL 0x00000200
#define CX5530_DCFG_FP_HSYNC_POL 0x00000400
#define CX5530_DCFG_FP_VSYNC_POL 0x00000800
#define CX5530_DCFG_XGA_FP 0x00001000
#define CX5530_DCFG_FP_DITH_EN 0x00002000
#define CX5530_DCFG_CRT_SYNC_SKW_MASK 0x0001C000
#define CX5530_DCFG_CRT_SYNC_SKW_POS 14
#define CX5530_DCFG_PWR_SEQ_DLY_MASK 0x000E0000
#define CX5530_DCFG_PWR_SEQ_DLY_POS 17
#define CX5530_DCFG_PWR_SEQ_DLY_MASK 0x000E0000
#define CX5530_DCFG_VG_CK 0x00100000
#define CX5530_DCFG_GV_PAL_BYP 0x00200000
#define CX5530_DCFG_DDC_SCL 0x00400000
#define CX5530_DCFG_DDC_SDA 0x00800000
#define CX5530_DCFG_DDC_OE 0x01000000
// END "CX5530.H": Normally this is in a separate include file.
//----------------------------------------------------------------------------
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -