hwaccess.h
来自「这个是单片机4200的ui程序」· C头文件 代码 · 共 31 行
H
31 行
/*
* Start of Zoran Standard Header
* Copyright (c) 2005 Zoran Corporation
*
*
* All rights reserved. Proprietary and confidential.
*
* DESCRIPTION for hwaccess.h
* Function declarations routines which control access
* to the chip-select-3 (CS3) region.
*
* NEW HISTORY COMMENT (description must be followed by a blank line)
* <Enter change description here>
* ===== HISTORY of changes in //depot/imgeng/sw/se_gw/ui/fs/comboui/hwaccess.h
*
* 19/Aug/05 #1 dstrauss Created.
*
*
* End of Zoran Standard Header
*/
#ifndef _HWACCESS_H_
#define _HWACCESS_H_
extern void hwAccessInit(void);
extern void hwAccessLock(Bool accessLCD);
extern void hwAccessUnlock(Bool accessLCD);
#endif /* _HWACCESS_H_ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?