halmutex.h

来自「用C语言设计的EPSON LCD控制器S1D13700驱动。」· C头文件 代码 · 共 40 行

H
40
字号
// HALMUTEX.H - S1D13700 Project (Common/HAL) Revision History File
// Copyright (c) 2003 Epson Research and Development, Inc.
// All Rights Reserved.

#define	HAL_MUTEX_VERSION	"1.00"

#define	HAL_MUTEX_REVISION	"$Revision: 9 $"

// $Header: /13700/common/zzzMutex/halMutex.h 9     9/14/05 7:24p Roy $
// 
// $Log: /13700/common/zzzMutex/halMutex.h $
// 
// 9     9/14/05 7:24p Roy
// Removed one extra InitRegisters.
// 
// 8     9/13/05 6:34p Roy
// Added halDelayUS.
// 
// 7     5/12/05 3:28p Roy
// Fixed the pccard vram and reg address mapping problem.
// 
// 6     5/10/05 11:53a Roy
// Added pccard support.
// 
// 5     9/03/03 3:58p Roy
// Set REG000D_SCROLL_P3 = 0xc7.
// 
// 4     9/03/03 11:16a Roy
// Changed default values of scroll.
// 
// 3     8/14/03 2:49p Roy
// Changed initialization sequence in both direct and indirect modes.
// 
// 2     7/21/03 7:28p Roy
// Mofidied ClearVideoMemory.
// 
// 1     7/10/03 10:59a Roy
// Ported from 13710.
// 

⌨️ 快捷键说明

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