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

📄 flash_setup.c

📁 测试BLACKFIN芯片的PPI视频输入功能
💻 C
字号:
/******************************************************************************/
//
// Name: 	BF533 EZ-KIT video ITU-656 receive mode 
//
/******************************************************************************

(C) Copyright 2003 - Analog Devices, Inc.  All rights reserved.

File Name:	Flash_Setup.c

Date Modified:	3/27/03		TL		Rev 1.2

Software:       VisualDSP++3.1

Hardware:		21533 EZ-KIT Board

Special Connections:  None

Purpose:		To configure the ADV video devices 
				
				
Program Parameters:

*********************************************************************************/


#include "cdefBF533.h"
#include "mydef.h"






void Init_EBIU(void)
{
	*pEBIU_AMBCTL0	= 0x7bb07bb0;
	*pEBIU_AMBCTL1	= 0x7bb07bb0;
	*pEBIU_AMGCTL	= 0x000f;

}


void Init_Flash(void)
{
	*pFlashA_PortA_Out = 0x0;
	*pFlashA_PortA_Dir = 0x0;
}


⌨️ 快捷键说明

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