📄 ppu_control.h
字号:
/******************************************************************************
*
* The information contained herein is the exclusive property of
* Sunplus Technology Co. And shall not be distributed, reproduced,
* or disclosed in whole in part without prior written permission.
*
* (C) COPYRIGHT 2005 SUNPLUS TECHNOLOGY CO.
* ALL RIGHTS RESERVED
*
* The entire notice above must be reproduced on all authorized copies.
*
*****************************************************************************/
/******************************************************************************
* Filename: PPU_Control.c
* Author: Robin.xjliu (eMail: xjliu@sunplus.com)
* Tel: 00885-028-87848688-5884
* Date: 2005-11-16
* Description: other register about PPU control lib
* Reference:
* Version history:
*-----------------------------------------------------------------------------
* Version YYYY-MM-DD-INDEX Modified By Description
* 1.0.0 2005-11-16 xjliu Create
*
*****************************************************************************/
#ifndef _PPU_CONTROL_H
#define _PPU_CONTROL_H
#include "Sys_Global.h"
#define QVGA_Data 0x0000
#define VGA_Data 0x0001
#define HVGA_Data 0x0002
#define PPU_SOFT 0x0000
#define PPU_P2T_HARD 0x0010
#define PPU_P2L_HARD 0x0020
#define PPU_P2L_HW4 0x0030
#define PPU_P2T_EN 0x0001
void InitPPU(void);
void PPU_Service(void);
void WaitBlanking(void);
#endif //_PPU_CONTROL_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -