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

📄 spv301.h

📁 Sunplus 8202S source code.
💻 H
字号:
#ifndef	__SPV301_H__
#define	__SPV301_H__
void init_spv301(void);
void set_SPV301_PLL(unsigned char in_format,unsigned char out_id);
void L1_301intiming(unsigned char format);//for use Port A only.Modifed by ChenZhao on 2004-10-13 16:18  
void	init_sii164(void);
void set_output_timing(unsigned char in_format,unsigned char out_id);
void set_scale_table(unsigned char out_id);
void clear_sdram(void);
void set_unblanking(void);
void L2_SCA_Set_H_Table(unsigned char *tab ) ;
void L2_SCA_Set_V_Table(unsigned char *tab) ;
void Output_signal(unsigned char signal);              //set the gpio of 311 inorder to disable the output of VGA signal
void HD_display(unsigned char id);
void close_pll(unsigned char num);
void PbPr_display(void);
void	L1_Txtosd_LoadLUT(unsigned char *LutTable) ;
void L2_Txtosd_MenuSize(unsigned char W, unsigned char D) ;
void L2_Txtosd_MenuXY(unsigned short int X, unsigned short int Y) ;
#ifdef COMP
void verify_reg(void);
#endif
#endif

⌨️ 快捷键说明

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