📄 lh7a400_evb_ssp_frame_driver.h
字号:
/**********************************************************************
* $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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -