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

📄 init.h

📁 TVP5150 视频解码芯片驱动包含I2C模拟 VDSP环境
💻 H
字号:
#include <cdefBF533.h>
#include <sys\exception.h>		//Interrupt Handling Header
#include <stdio.h>
#include <sysreg.h>
#include <ccblkfn.h>

#define Line_Length 720
#define Frame_Length 525

void Init_PLL(void);
void Init_EBIU(void);
void Init_Interrupts(void);
void Init_SDRAM(void);
void Init_DMA(void);
void Init_PPI(void);

⌨️ 快捷键说明

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