📄 ga.c
字号:
//###########################################################################
#include "DSP28_Device.h"
#include "DSP28_fpga.h"
//---------------------------------------------------------------------------
// Write_to_FPGAreg:
//---------------------------------------------------------------------------
// This function initializes the External Interface to a known state.
//
void Write_to_FPGAreg(void)
{/*Uint16 j;*/
unsigned int *p=(unsigned int *) 0x2020;
*p=0x3F0;
*(p+1)=0x51E;
*(p+2)=0x51E;
*(p+3)=0x51E;
*(p+4)=0x51E;
*(p+5)=0x51E;
*(p+6)=0x51E;
*(p+7)=0x51E;
*(p+8)=0x51E;
*(p+9)=0x51E;
*(p+10)=0x51E;
*(p+11)=0x51E;
*(p+12)=0x51E;
*(p+13)=0x51E;
*(p+14)=0x51E;
*(p+15)=0x51E;
}
//===========================================================================
// No more.
//===========================================================================
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -