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

📄 lh7a400_evbutil.h

📁 sharp触摸屏测试代码
💻 H
字号:
/**********************************************************************
 *	$Workfile:   LH7A400_evbutil.h  $
 *	$Revision:   1.0  $
 *	$Author:   WellsK  $
 *	$Date:   Sep 23 2002 13:52:04  $
 *
 *	Project: LH7A400 Evaluation Board
 *
 *	Description:
 *		Include file for LH7A400 EVB startup utility routines.
 *
 *	$Log:   //smaicnt2/pvcs/VM/CDROM/archives/KEV7A400/Software/Startup_lite/LH7A400_evbutil.h-arc  $
 * 
 *    Rev 1.0   Sep 23 2002 13:52:04   WellsK
 * Initial revision.
 * 
 *    Rev 1.0   Sep 14 2002 11:38:06   WellsK
 * Initial revision.
 * 
 *    Rev 1.7   Aug 20 2002 16:07:32   BarnettH
 * Changed delay_timer to only use available timer, and to return error
 * if all timers are in use.
 * 
 *    Rev 1.6   Jun 20 2002 11:52:36   MaysR
 * Moved functions "LH7A400_clk_set" and "LH7A400_get_hclk"
 * to the clock and state controller driver (LH7A400_CSC_driver.*)
 * 
 *    Rev 1.5   Jun 13 2002 19:13:12   BarnettH
 * Eliminated superfluous prototypes.
 * Removed "Preliminary" comment.
 * 
 *    Rev 1.4   Jun 06 2002 10:10:44   BarnettH
 * Moved LED constants to ...evb.h
 * 
 *    Rev 1.3   Jun 05 2002 10:58:00   BarnettH
 * Added LED #defines
 * Changed the prototypes to agree with changed function names.
 * Deleted prototypes and #defines that are unused.
 * 
 *    Rev 1.2   Apr 11 2002 16:48:24   BarnettH
 * Changed function names to standard
 * Removed tabs
 * 
 *    Rev 1.1   Nov 14 2001 16:15:26   MaysR
 * Added new routine declaration for LH7A400_get_hclk.
 *
 *    Rev 1.0   Sep 18 2001 18:05:42   BarnettH
 * Initial revision.
 *
 *	COPYRIGHT (C) 2001 SHARP MICROELECTRONICS OF THE AMERICAS, INC.
 *		CAMAS, WA
 *********************************************************************/

#ifndef LH7A400_EVBUTIL_H
#define LH7A400_EVBUTIL_H

#include "SMA_types.h"

UNS_32 LH7A400_Disable_Exception (UNS_32 interrupt);
UNS_32 LH7A400_Enable_Exception (UNS_32 interrupt);
INT_32 LH7A400_delay_timer_msecs (UNS_32 msecs);
void LH7A400_init_muxdpins (void);
void LH7A400_evb_set_led (INT_32 id, INT_32 state);
void LH7A400_evb_toggle_led (INT_32 id);

#endif /* LH7A400_EVBUTIL_H */

⌨️ 快捷键说明

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