为什么是0x00000004设置和清除singal

2019-07-23 14:13发布

DSP6747求助void ADTEST()
{
/* DMA configuration*/
DMAconfig();
GPIO_CLR_DATA45 = 0x00000004;//clear the sync signal
SPICONFIG();
SECR = 0x00004000; //clear the recieve event      
ICR |= 0x00000001; //clear the flag
EVMOMAPL137_waitusec(1000);
GPIO_SET_DATA45 = 0x00000004;//set the sync signal high
SPI_SPIINT = 0
  | ( 1 << 16 ); //DMA enable
EESR = 0x00004000;
while((IPR & 0x0000001) == 0);//wait for the end of recieve
SECR = 0x00004000;        
ICR |= 0x00000001;
GPIO_CLR_DATA45 = 0x00000004;
SW_BREAKPOINT;
}
这是AD的一个测试程序 搞不明白为什么是0x00000004设置和清除singal
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
8条回答
dengdc
1楼-- · 2019-07-24 13:27
楼上正解
jiajs
2楼-- · 2019-07-24 14:48
知道了

一周热门 更多>