📄 hosttouch.h
字号:
/*************************************************************/
//
// Copyright (c) Texas Instruments 2005. All rights reserved.
//
/**************************************************************
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT
LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR
FITNESS FOR A PARTICULAR PURPOSE.
Module Name:
HostTouch.H
Abstract:
This header file contains the functions to setup
the Mainstone system /PENIRQ interrupt to
interface with the /DAV of TI's TSC2046 device.
Functions:
Revision History:
Rev 0.0 Original Release WXF 9-30-2005
***************************************************************/
#ifndef __HostTouch_H__
#define __HostTouch_H__
#ifdef __cplusplus
extern "C"{
#endif
void HWDeallocateTouchPanelResources(void);
BOOL HWAllocateTouchPanelResources(void);
BOOL HWGetTouchStatus(void);
void HWEnableTouchTimerIRQ(UINT32 TimeInterval);
#ifdef __cplusplus
}
#endif
#endif // __HostTouch_H__
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -