bsp_gpmc_cfg.inc

来自「Windows CE 6.0 BSP for the Beagle Board.」· INC 代码 · 共 48 行

INC
48
字号
;
; Copyright (c) Microsoft Corporation.  All rights reserved.
;
;
; Use of this sample source code is subject to the terms of the Microsoft
; license agreement under which you licensed this sample source code. If
; you did not accept the terms of the license agreement, you are not
; authorized to use this sample source code. For the terms of the license,
; please see the license agreement between you and Microsoft or, if applicable,
; see the LICENSE.RTF on your install media or the root of your tools installation.
; THE SAMPLE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES.
;
;//
;// Portions Copyright (c) Texas Instruments.  All rights reserved.
;//
;//------------------------------------------------------------------------------
;//
;//  File:  bsp_gpmc_cfg.inc
;//
;//  This header file is comprised of control pad configuration module register
;//  details defined as structures and macros for configuring the pads.
;//
;//------------------------------------------------------------------------------

BSP_GPMC_IRQENABLE_VAL			EQU 0x0
BSP_GPMC_SYSCONFIG_VAL			EQU 0x8
;BSP_GPMC_TIMEOUT_CONTROL_VAL	EQU 0x00001FF1 ;Disable Timeout feature
BSP_GPMC_TIMEOUT_CONTROL_VAL	EQU 0x00001FF0 ;Enable Timeout feature
BSP_GPMC_CONFIG_VAL				EQU 0x00000A00

BSP_GPMC_CONFIG1_0_VAL			EQU 0x00681A10 
BSP_GPMC_CONFIG2_0_VAL			EQU 0x00141400
BSP_GPMC_CONFIG3_0_VAL			EQU 0x00141400
BSP_GPMC_CONFIG4_0_VAL			EQU 0x0F010F01
BSP_GPMC_CONFIG5_0_VAL			EQU 0x010C1414
BSP_GPMC_CONFIG6_0_VAL			EQU 0x00000A80
BSP_GPMC_CONFIG7_0_VAL			EQU 0x00000C44 

BSP_GPMC_CONFIG1_1_VAL			EQU 0x00011200
BSP_GPMC_CONFIG2_1_VAL			EQU 0x001F1F00
BSP_GPMC_CONFIG3_1_VAL			EQU 0x00080802
BSP_GPMC_CONFIG4_1_VAL			EQU 0x1C091C09
BSP_GPMC_CONFIG5_1_VAL			EQU 0x031A1F1F
BSP_GPMC_CONFIG6_1_VAL			EQU 0x000003C2
BSP_GPMC_CONFIG7_1_VAL			EQU 0x00000F48

    END

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?