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

📄 main.h

📁 Using the ADSP-BF561 Blackfin Processor as a TFT-LCD Controller
💻 H
字号:
#ifndef  __MAIN_DEFINED
#define __MAIN_DEFINED

#include "..\system.h"

/********************************************************************************/
/***** Current Global variables	and types									*****/
/***** All global variables are defined in main.c							*****/
/********************************************************************************/
#define NUM_BUFFERS 2
#define DESCRIPTOR_SIZE 4


/********************************************************************************/
/***** Prototypes functions													*****/
/********************************************************************************/

void InitSDRAM(void);
void Set_PLL(short CoreCLOCK_multiplier, short SCLK_divider);
void Reset_ADV7183(void);

/********************************************************************************/
/***** Prototypes interrupts												*****/
/********************************************************************************/

EX_INTERRUPT_HANDLER(PPI0_RxIsr);

EX_EXCEPTION_HANDLER(ex_handler_coreA);



#endif

⌨️ 快捷键说明

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