📄 opb_vga.c
字号:
//////////////////////////////////////////////////////////////////////////////
//
// ***************************************************************************
// ** **
// ** Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved. **
// ** **
// ** You may copy and modify these files for your own internal use solely **
// ** with Xilinx programmable logic devices and Xilinx EDK system or **
// ** create IP modules solely for Xilinx programmable logic devices and **
// ** Xilinx EDK system. No rights are granted to distribute any files **
// ** unless they are distributed in Xilinx programmable logic devices. **
// ** **
// ***************************************************************************
//
//////////////////////////////////////////////////////////////////////////////
// Filename: E:\MYPROGRAM\EDK\EDK_HC164\drivers\opb_hc164_v1_00_a\src\opb_hc164.c
// Version: 1.00.a
// Description: my_led Driver Source File
// Date: Fri Aug 04 14:55:06 2006 (by Create and Import Peripheral Wizard)
//////////////////////////////////////////////////////////////////////////////
/***************************** Include Files *******************************/
#include "opb_vga.h"
/************************** Function Definitions ***************************/
void RGB_Show ( Xuint32 baseaddr, Xuint32 data )
{
XIo_Out32(baseaddr,data);//{ (*(volatile Xuint16 *)(OutputPtr) = data); }
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -