main.h

来自「Using the ADSP-BF561 Blackfin Processor 」· C头文件 代码 · 共 34 行

H
34
字号
#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 + =
减小字号Ctrl + -
显示快捷键?