📄 init_pf.c
字号:
/*****************************************************************************
** **
** Project Name: LCD **
** **
******************************************************************************
(C) Copyright 2005 - Analog Devices, Inc. All rights reserved.
File Name: Init_PF.c
Date Modified: 5/1/05 CL Rev 1.0
Software: VisualDSP++3.5
Hardware: ADSP-BF561 EZ-KIT Lite
Special Connections: None
Purpose: This file initializes and sets up the Flag Pins. In this
application, some of the Flag Pins are used to interface
to the LCD Panel's timing signals.
******************************************************************************/
#include "main.h"
void Init_PF(){
*pFIO0_DIR |= 0x0100;
ssync();
*pFIO0_FLAG_D &= 0xfeff;
ssync();
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -