lh7a400_evb_ssp_frame_driver.h

来自「sharp的arm920t 7A400的评估板附带光盘Sharp KEVLH7A」· C头文件 代码 · 共 48 行

H
48
字号
/**********************************************************************
 *	$Workfile:   lh7a400_evb_ssp_frame_driver.h  $
 *	$Revision:   1.1  $
 *	$Author:   KovitzP  $
 *	$Date:   Nov 14 2001 09:01:44  $
 *
 *	Project: LH79520 and eval board test
 *
 *	Description:
 *     This file contains driver support for the Synchronous
 *     Serial Port (SSP) frame control logic on the LH7A400 evb.
 *     Functions are described below
 *	References:
 *
 *	Revision History:
 *	$Log:   P:/PVCS6_6/archives/LH7A400 (Aruba)/SSP/lh7a400_evb_ssp_frame_driver.h-arc  $
 * 
 *    Rev 1.1   Nov 14 2001 09:01:44   KovitzP
 * Modified include hierarchy
 * 
 *    Rev 1.0   Nov 12 2001 13:32:10   KovitzP
 * Initial revision.
 * 
 * 
 *	COPYRIGHT (C) 2001 SHARP MICROELECTRONICS OF THE AMERICAS, INC.
 *		CAMAS, WA
 *********************************************************************/
#ifndef LH7A400_EVB_SSP_FRAME_DRIVER_H
#define LH7A400_EVB_SSP_FRAME_DRIVER_H
#include "LH7A400_evb.h"
/* 
make Port A, bits 0 and 1, outputs with neither LCD board
EEPROM nor LCD board touchscreen controller selected.
*/
void lh7a400_evb_ssp_frame_expansion(void);

/* 
make Port A, bits 0 and 1, outputs with LCD board
EEPROM selected.
*/
void lh7a400_evb_ssp_frame_eeprom(void);

/* 
make Port A, bits 0 and 1, outputs with LCD board
touchscreen controller selected.
*/
void lh7a400_evb_ssp_frame_touchscreen(void);
#endif

⌨️ 快捷键说明

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