hosttouch.h
来自「TI TCS2046 Toutch PAD IC Driver for Wind」· C头文件 代码 · 共 47 行
H
47 行
/*************************************************************/
//
// 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 + =
减小字号Ctrl + -
显示快捷键?