pcm_dbg.h

来自「WINDOWS CE BSP用于SBC2440开发板」· C头文件 代码 · 共 13 行

H
13
字号
// Copyright (c) 1999-2000 Microsoft Corporation.  All rights reserved.
//
// This file defines the base address of the PCMCIA memory are used for PCMCIA tracing.
// This number is already defined elswhere, but I needed it to be defined in a platform
// independant fashion so that public files can reference it.  This file should normally
// only be included by pcmtrace.h

#include "p2.h"

#define __PCMDBG_BASE              PCMCIA0_16_CMN_WIN_BASE
#define __PCMDBG_MEMORY_SIZE       PCMCIA_CMN_WIN_SIZE

⌨️ 快捷键说明

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