⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 global.h

📁 WinCE 3.0 BSP, 包含Inter SA1110, Intel_815E, Advantech_PCM9574 等
💻 H
字号:
//
// Permedia3 Sample Display Driver
// global.h
//
// Copyright (c) 2000 Microsoft Corporation. All rights reserved.
//
// This file contains the definitions of all of the global variables in the
// driver.

#pragma once

// init.c

// This global contains all of the configuration information about the
// device.

extern PERM3_CONFIG       g_Config;

// register.c

// This is a cached copy of the base address for the memory region 0. It is
// used whenever a region 0 register is accessed.

extern volatile ULONG *   g_Region0Base;

⌨️ 快捷键说明

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